iOS app 提交帶私有的framework和resource.bundle時(shí)報(bào)故障
ERROR
ITMS-90166: "Missing Code Signing Entitlements. No entitlements found
in bundle 'com.xxxxx.xxxxxxResources' for executable
'Payload/xxxxxxx.app/xxxxReaderResources.bundle/xxxxReaderResources’."
解決辦法:1征绎、刪除bundle對(duì)于的Info.plist文件中Executable file項(xiàng)
后繼續(xù)提交報(bào):
Missing load commands - The executable at
'/Payload/XXX.app/LibXXX.bundle/LibXXX' 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.
解決辦法:2利凑、配置bundle的Build Settings中的Versioning韧拒,將Versioning System的值從Apple Generic改為None赶袄。