The parameter 'appIdName' was not set to any value,

Whenever I try to do something with configuration, adding devices to the portal, etc., we get this error. msg:

No value was provided for the parameter 'appIdName'.

I saw this post: During initialization , the value of the "appIdName" parameter was not specified during configuration

however, this does not apply as I followed the instructions without any success. I have to create my Provisioning Team profile manually (and any others) in order for something to work. This is a pain, and even adding a device causes this error. Any idea what is going on? Is this a common problem for others developing on iOS? I have been working in iOS for 4 years and have never encountered anything like this.

My profile is set to expire. I hit the update and got this error following this article without helping anything.

+3
ios provisioning
source share
2 answers

I had the same problem for several days. I followed the instructions in another post ( No value for the paramenter 'appIdName' when setting up) was out of luck. Here is what worked for me:

open access to the keychain select "login" from the keychain category select "My certificate" from the category

Remove all certificates associated with the provisioning profile.

What I also did was clear everything on my provisioning portal. I revoked all certificates (distribution and development) and all provisioning profiles.

Open the organizer in Xcode, select the provisioning profiles in the upper left corner and click Refresh.

Follow the instructions to create new profiles and certificates.

Hope this helps.

+2
source share

I had the same problem and for me it worked like this: https://developer.apple.com/ios/manage/overview/index.action

Then run the assistant. These steps look more relevant than those described here:

Xcode Workflow Management - Test your app on your iOS device

Hope this helps others.

+1
source share

All Articles