David Biga
David Biga

Reputation: 2801

Issue creating archive for submission to app store - IOS

I am trying to archive my app and validate it and export to release to the App Store but I keep getting this error message:

No software with CFBundleIdentifier of 'com.dev.Minty-Goat-Lawn-Care' exists. Verify your bundle identifier is correct. If it is, you may need to log into iTunes Connect to create the application.

How can I solve this problem?

Upvotes: 0

Views: 45

Answers (1)

Nate Lee
Nate Lee

Reputation: 2842

In your app ID section of your developer portal you must put com.dev.Minty-Goat-Lawn-Care (This is what you have named it in your portal).

This applies to everything else you do. Your bundle name must be consistent:

  1. Your project's identifier
  2. your appID (in the portal)
  3. the reverse domain name identifier you first set in iTunes connect.

You might have also named your identifier, com.dev.Minty-Goat-Lawn-Care, com.dev.MintyGoatLawnCare. Your identifier must be the common identifier between all three things listed above.

Upvotes: 1

Related Questions