Cannot build app: Bundle identifier error

Every time, I try to compile my app on xcode I get this error: The bundle identifier could not be determined. Check your info.plst file. The thing is that I made sure to use the correct app id in the info.plst file and all my certificates and profiles are up to date. I'm not sure what went wrong. I have to tried to manually delete my provisioning profiles and then restart xcode, but that hasn't worked. Not sure what to do.

Replies

What version of Xcode are you using?

This matters because the ‘source of truth’ for the bundle ID changed in a recent Xcode release.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

  • It’s Xcode 13. I solved the issue. I deleted the main and launch screen storyboard files by accident. I reinstalled them and the project works.

  • Yay!

Add a Comment