so i'm in codesigning, app id, certificate with 6.3.2 and I get that error. so I go to the app in developer.apple.com and I don't see a "Maps" selection on the choices for the application. Does anyone know how to fix this ?
ios appid '' does not support changes to the 'Maps' feature
4.3k views Asked by user2027502 At
4
There are 4 answers
0

It could be a problem with your provisioning profiles if you just added the device via Xcode. I resolved it by redownloading all of my provisioning profiles in xcode, then re-running the code on the device.
To redownload your provisioning profiles (xcode 6.3.2):
- go to Preferences in XCode
- open Accounts
- Click 'View Details' for your developer account
- Click the Refresh icon on the bottom left to redownload provisioning profiles
0

My Error was resolved just because of inApp Purchase Entitlement was not correctly configured:
- I goto ProjectName->Capabilities (just next to the General Setting Pane)
- After then i have saw that there is option fix issue i just click fix issues.
- Then all the error disappeared.
You can also check step by step as well.
Thanks
Try to run the code on the device first. I've seen this error too while signing an app with a new developer account. Once I added an iPhone to this account through Organizer, all errors disappeared.