2016-12-07 138 views
0

我试图提交与特拉维斯-CI到App Store建立我的iOS应用程序,但由于某些原因,我不断收到此错误:错误而与特拉维斯内置到苹果商店与App装载机提交应用

ERROR ITMS-90166: "Missing Code Signing Entitlements. No entitlements found in bundle 'com.apple.dt.xctestSymbolicator' for executable 'Payload/xxxx.app/Frameworks/XCTest.framework/XPCServices/xctestSymbolicator.xpc/xctestSymbolicator'."" ERROR ITMS-90179: "Invalid Code Signing. The executable 'Payload/xxxx.app/Frameworks/XCTest.framework/XPCServices/xctestSymbolicator.xpc/xctestSymbolicator' must be signed with the certificate that is contained in the provisioning profile." ERROR ITMS-90166: "Missing Code Signing Entitlements. No entitlements found in bundle 'com.apple.dt.XCUIRecorderService' for executable 'Payload/xxxx.app/Frameworks/XCTest.framework/XPCServices/XCUIRecorderService.xpc/XCUIRecorderService'."" ERROR ITMS-90179: "Invalid Code Signing. The executable 'Payload/xxxx.app/Frameworks/XCTest.framework/XPCServices/XCUIRecorderService.xpc/XCUIRecorderService' must be signed with the certificate that is contained in the provisioning profile." ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'xxxx.app/PlugIns/xxxx.xctest/xxxx' 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://developer.apple.com/go/?id=bundle-structure for information on the iOS app bundle structure." ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle xxxx.app/Frameworks/IDEBundleInjection.framework is invalid. The minimum value is 8.0" ERROR ITMS-90362: "Invalid Info.plist value. The value for the key 'MinimumOSVersion' in bundle xxxx.app/Frameworks/XCTest.framework is invalid. The minimum value is 8.0" 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."

该应用程序是用xcode7.3在travis上构建的。任何帮助感谢!

回答

0

您需要在xCode中设置适当的证书和配置文件,然后尝试构建应用程序。

相关问题