AppStore 提交的更新包一直显示"正在处理"
收到了苹果发出的邮件
Invalid Info.plist value - The value for the key 'MinimumOSVersion' in bundle XXX.app/Frameworks/Alamofire.framework is invalid. The minimum value is 8.0
Invalid Segment Alignment - The app binary at 'XXX.app/Frameworks/Alamofire.framework/Alamofire' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version.
Invalid Encryption Info - 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.
XCODE6.1 ,设置的项目最低版本是 7.0 ,
在实机和模拟器上运行都没问题,提交商店就不行了……
请问这种问题应该如何下手?
Try rebuilding the app with the latest Xcode version.
Upgrade XCode
The first method is to use the latest Xcode to package
The second method is to delete all the plists in the three-party Framework in the project, especially Tencent’s because there is version information in it
Invalid Info.plist value. There are redundant info.plist files in the project, and the configuration inside may be different from yours. Find it and modify it
I searched for the answer in other places. My XCODE is not pure enough.
I re-downloaded the pure version 6.2 from the official website and updated all third-party libraries. The submission was successful