MAC app: unable to import Mac distribution profile in organization

Presentation of MAC Applications,

I am having a problem installing the MAC Application Distribution Profile. I got the following steps https://discussions.apple.com/thread/3141323 but still couldn't install it. Getting errors like this:

Mac Provisioning Profile Information

    Install your Mac Provisioning Profile on your system by:
        Double-clicking on the file in Finder
        Dragging the file to the Profiles Preference pane
        Clicking the + button in the Profiles Preference pane

      

For the distribution profile, I am getting the error

Only Development Provisioning Profiles can be installed in System Preferences. Production Provisioning Profiles are imported within Xcode.


    Add your Mac Provisioning Profile to the Xcode Organizer
        Dragging the file into the Xcode Organizer window
        Clicking the Import button in the Xcode Organizer window

      

Nothing happens here, no profile is installed, no error or something else.


Links learned: http://www.cocoanetics.com/2011/10/submitting-your-first-mac-app-store-app/

Provide a few steps to install a profile. Also if more detailed document for submitting mac app to mac appstore.

+3


source to share


1 answer


I have the same problem and I cannot find my distribution profiles from Preferences> Accounts . But when I create a Provisioning Development profile for testing, I found that all Provisioning Distribution profiles show up in the account details. And then I can sign my Mac app.

I'm guessing there might be a bug where Xcode is fetching Provisioning profiles for Mac when there is only a distribution profile. And create a Provisioning Development profile to fix the problem.



Account details

Provisioning (development) profiles for Mac

+1


source







All Articles