I have an app and a dylib building in the same workspace. When I choose "Development" as the signing cert everything works. However, when XCode updates, it always asks me to convert to the recommended settings which is to sign to run locally. This has never worked. It says:
'.../Developer/Xcode/DerivedData/SwiftProjects-chxoucgxvsdfbvddpvzzmkrojpay/Build/Products/Debug/Common_swift.framework/Versions/A/Common_swift' not valid for use in process: mapping process has no Team ID and is not a platform binary)
However, the dylib is signed with my team and signing certificate "Development". If I change the dylib to also sign to run locally I get the same message.
Not a huge issue since it works fine with my developement signature, but it is annoying.