简体   繁体   中英

iOS App doesn't have a bundle identifier. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor

I'm trying to publish an iOS.Net Maui to the App Store but this error shows up:

The app doesn't have a bundle identifier. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor.

I've checked the Info.plist file and the CFBundleIdentifier is present with the correct values. I made sure distribution certificates and provisioning profiles are installed.

Any help would be greatly appreciated.

  • Reinaldo

The only workaround I found was to create a new.Net Maui project and copy all my code over.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM