打包的时候报错:
上传的时候报错:
ERROR ITMS-90171: "Invalid Bundle Structure - The binary file 'BatteryStation.app/HelloSDKBundle.bundle/HelloSDKBundle' 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."
解决方法:
删除HelloSDKBundle.bundle里面的helloSDKBundle文件
网友评论