问题描述
- 上传app 到store 的时候出现的问题
- 出现如下问题,请指导
ERROR ITMS-90209: ""Invalid Segment Alignment. The app binary at 'EMBO3.app/QuickLook.framework/QuickLook' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version.""
ERROR ITMS-90171: ""Invalid Bundle Structure - The binary file 'EMBO3.app/QuickLook.framework/QuickLook' 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/library/ios/#documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html%23//apple_ref/doc/uid/10000123i-CH101-SW1 for information on the iOS app bundle structure.""
解决方案
提示说你的段对齐无效,xcode版本太老
http://stackoverflow.com/questions/27012760/invalid-segment-alignment
解决方案二:
本次上传出现两个问题:
ERROR ITMS-90171: ""Invalid Bundle Structure - The binary file 'EMBO3.app/QuickLook.framework/QuickLook' 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/library/ios/#documentation/CoreFoundation/Conceptual/CFBundles/BundleTypes/BundleTypes.html%23//apple_ref/doc/uid/10000123i-CH101-SW1 for information on the iOS app bundle structure.""
ERROR ITMS-90209: ""Invalid Segment Alignment. The app binary at 'EMBO3.app/QuickLook.framework/QuickLook' does not have proper segment alignment. Try rebuilding the app with the latest Xcode version.""
请问,有什么好方法解决吗?
解决方案三:
请问解决了没?我也遇到了90171报错.