Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

ios

xcode6.3.2

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 ?

like image 641
user2027502 Avatar asked Jun 12 '15 13:06

user2027502


2 Answers

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
like image 167
Jeremy Avatar answered Sep 17 '22 20:09

Jeremy


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.

like image 36
Wimagguc Avatar answered Sep 17 '22 20:09

Wimagguc