My application is built and works fine in Xcode 5. I upgraded to Xcode 6 yesterday, and now the application creates, but will not work on my device or in the simulator.
When you try to run the error message "could not verify the application package."
I checked the device logs (Xcode> Windows> Devices), and after trying to start the application, I received the following error in my log:
Sep 23 10:32:46 XXXXXX's-iPhone streaming_zip_conduit [5476]: __dispatch_source_read_socket_block_invoke: 203: Failed to install the application on file: ///var/mobile/Media/PublicStaging/ActivateMachines.app/: Error Domain = LaunchServicesError Code = 0 The operation cannot be completed. (LaunchServicesError 0. failed to start.) "UserInfo = 0x1355075a0 {Error = PackageInspectionFailed, ErrorDescription = Failed to load Info.plist from the bundle along the path /private/var/mobile/Library/Caches/com.apple.mobile .installd.staging / temp.5lz5TS / extracted / ActivateMachines.app / Frameworks / GeLoSDK.framework}
I checked that there is a Resource / Info.plist file in the GeLoSDK.framework file.
I use this structure:
https://github.com/GeLoInc/GeLoSDK-iOS
It needs to be properly connected since it worked with Xcode 5.
- Xcode 6, ? .