xcode版本:xcode 11.1(11A1027) 开发语言:swift5(主要) + oc混编 TargetVersion:iOS 10.0
问题出现在上传App Store失败,验证也无法通过。但可以运行到调试设备。
App Store Connect Operation Error
Invalid Mach-O Format. The Mach-O in bundle "xxxx.app/Frameworks/AlipaySDK.framework" isn’t consistent with the Mach-O in the main bundle. The main bundle Mach-O contains arm64(machine code), while the nested bundle Mach-O contains arm64(machine code). Verify that all of the targets for a platform have a consistent value for the ENABLE_BITCODE build setting.
App Store Connect Operation Error
Invalid Bundle Structure - The binary file 'xxxx.app/Frameworks/AlipaySDK.framework/AlipaySDK' is not permitted. Your app can’t contain standalone executables or libraries, other than a valid 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.
App Store Connect Operation Error
The binary is invalid. The executable 'xxxx.app/Frameworks/AlipaySDK.framework/AlipaySDK' has type 'OBJECT' that is not valid. Only 'EXECUTE' is permitted.
App Store Connect Operation Error
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.
App Store Connect Operation Error
Missing load commands. The executable at 'xxxx.app/Frameworks/AlipaySDK.framework' does not have the necessary load commands. Try rebuilding the app with the latest Xcode version. If you are using third party development tools, contact the provider.
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。