ios appid '' does not support changes to the 'Maps' feature

4.2k views Asked by At

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 ?

4

There are 4 answers

1
Wimagguc On

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.

0
Jeremy On

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
Appz Venture On

My Error was resolved just because of inApp Purchase Entitlement was not correctly configured:

  1. I goto ProjectName->Capabilities (just next to the General Setting Pane)
  2. After then i have saw that there is option fix issue i just click fix issues.
  3. Then all the error disappeared.

You can also check step by step as well.

Thanks

0
Denis On

Just simply disable map capability (if it is enabled) and restart XCode. And problem is gone. If map capability not enabled whatever restart XCode.