Reputation: 4200
I'm new to auto deployment on iOS and I'm following the guide from the web. On the guide, I selected #2 (Automate beta distribution to TestFlight) and then it asked me for my user id and password from apple, after I login successfully, it says:
Requesting session...
[15:50:29]: --------------------
[15:50:29]: fastlane init failed
[15:50:29]: --------------------
[15:50:29]: ["Insufficient permissions for your Apple ID:", "User [email protected] doesn't have enough permission for the following action: user_details_data"]
I didn't create this project, my friend did, his name is on the builder identifier, and we are both working on it, this is how my signing capabilities look like:
Could that be why it gave me the error? I'm able to compile and run the app.
Also is there a tutorial that goes in detail, maybe a video about beta automation for iOS?
Thank you
Upvotes: 0
Views: 405
Reputation: 160
Looks like you need to set up apple store connect account for Testflight (probably your user not in members for the project)
Upvotes: 0