Reputation: 2801
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
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:
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