美文网首页
Invalid Bundle Identifier. The a

Invalid Bundle Identifier. The a

作者: 雨后天_ | 来源:发表于2021-08-17 11:45 被阅读0次

在mac应用打包上传时报这3个错

1,App Store Connect Operation Error

Invalid Bundle Identifier. The application bundle contains a tool or framework $(PRODUCT_NAME) [com.lobot.servocontrol.pkg/Payload/LobotServoControl.app/Contents] using the bundle identifier '$(PRODUCT_BUNDLE_IDENTIFIER)', which is not a valid bundle identifier.

2,App Store Connect Operation Error

Bad CFBundleExecutable. Cannot find executable file that matches the value of CFBundleExecutable in the nested bundle $(PRODUCT_NAME) [com.lobot.servocontrol.pkg/Payload/LobotServoControl.app/Contents] property list file.

3,App Store Connect Operation Error

The CFBundleExecutable of two bundles may not point to the same file. The following shared bundle path have been found: LobotServoControl.app/Contents.

解决办法,删除Build Phases   ->  Copy Bundle Resourecs的info.plist文件。

相关文章

网友评论

      本文标题:Invalid Bundle Identifier. The a

      本文链接:https://www.haomeiwen.com/subject/wfnbbltx.html