ios - AppStore 提交的更新包一直显示"正在处理"
天蓬老师
天蓬老师 2017-04-17 16:48:04
0
4
987

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 ,
在实机和模拟器上运行都没问题,提交商店就不行了……
请问这种问题应该如何下手?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(4)
小葫芦

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template