Invalid Bundle Identifier. The application bundle contains a tool or framework $(PRODUCT_NAME)

在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 application bundle contains a tool or framework $(PRODUCT_NAME))