Some of my apps no longer run in Monterey 12.0.1; they abort with dylib error such as:
Library not loaded: @rpath/SwiftSocket.framework/Versions/A/SwiftSocket . . . (no such file)
the library is located in ~/Library/Frameworks and this worked in earlier versions of mac os x but now fails.
If I copy the framework to /Library/Frameworks then the apps execute as expected.
How can I set the runtime search path properly when building the project in Xcode 13.1?