ITMS-90535: Unexpected CFBundleExecutable Key - The bundle at '/Payload/Revolo.app/Base.lproj/Info.plist' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address this issue.
Solve Method:
1.检查本地Info.Plist文件是否重复,有重复删除
2.检查Build Phase - Copy Bundle Resources中是否包含Info.plist文件,有则移除
网友评论