Xcode errors when submitting an app

Any info on these two errors appreciated. This is Xcode 7, iOS9, WatchOS2 for pre-release testing:


ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'lifa93.app/Watch/lifa93 WatchKit App.app/_WatchKitStub/WK' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/


ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."


Thanks

Your issues are due to using beta/pre-release tools to build and submit your app, which is never allowed.


Devs are obligated to only use release tools, which at this time would be Xcode 6.3.2 max.

My understanding from WWDC was that Xcode 7 was allowed to submit iOS 9 apps to ITC for beta distribution internally.


These errors seem separate from the issue as mentioned.

I don't know about that.


Are you talking about TestFlight?

Yes, I don't remember which session it was, but they said that we'd be able to upload to iTC for TestFlight for Internal testers on our iOS 9 wOS2 apps.

Using SockPuppetGizmo frameworks?

So the issue has gotten worse with Beta 2. Very confused


Package Summary:


1 package(s) were not uploaded because they had problems:

/var/folders/yc/65_yjgfd0g76td7376jb4xnw0000gn/T/BC872C8A-7723-4C91-9F2B-DDC14B002E9C/1000756457.itmsp - Error Messages:

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftCore.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftCoreLocation.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftUIKit.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftDarwin.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftSecurity.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftCoreGraphics.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftFoundation.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftDispatch.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftObjectiveC.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'SwiftSupport/watchos/libswiftWatchKit.dylib' is not permitted. Your app can’t contain standalone executables or libraries, other than the CFBundleExecutable of supported bundles. Refer to the Bundle Programming Guide at https:/

ERROR ITMS-90125: "The binary is invalid. The encryption info in the LC_ENCRYPTION_INFO load command is either missing or invalid, or the binary is already encrypted. This binary does not seem to have been built with Apple's linker."

This is now entered as radar://

21530810

Partial fix by Apple Eng. Yay!

Issue still open. Boo.

Xcode errors when submitting an app
 
 
Q