ERROR ITMS-90171: "Invalid Bundle Structure - The binary file '**.app/**' 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."
解决方案:
- 进入
Build Phases=>Embed Frameworks
- 将报错的
framework
移除。
网友评论