On 5 août 2016, at 16:31, Sak Wathanasin wrote: > The app has several sub-projects that build frameworks, libs and helper tools > which are copied to the app bundle in the usual way. The Release config for > every sub-project is set to codesign its target. > > With XC 5, 6 & 7, it all builds using either the Release or Debug config. > With XC 8 beta 4, Debug builds work, but Release builds fail. The build log > for the Release build shows that framework sub-projects don't sign their > targets (but dylibs and helper tools do) and when it comes to sign the app, > it complains that > > …/MyApp/Contents/Frameworks/xxx.framework: code object is not signed at all > > Is there some new setting in XC8 that I've missed or is this done a different > way now?
I've seen the same issue here. Adding the --deep extra flag to the code signing settings of the MyApp project solved the issue. Not sure this is not a bug though (I've already filed a bug report). _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
