I have a Xamarin forms application, targeting Android and iOS. I am trying to add iPhone development to our CI and deployment cycle.
I am using Teamcity (CI), Octopus (Deployment), and HockeyApp (Distribution).
Environment:
Visual Studio for Mac running on a rented remote Mac. Am memeber of apple developer program and have provisioning profile etc.
What I want:
I want my remote Mac build agent to produce an .IPA file, in order to distribute it to our testers via HockeyApp.
Actions:
I select automatic provisioning with my Apple ID and my team set (Am registered in Apple developer program).
What happens:
...
Syncing devices for "X" team...
Processing iPad devices...
Processing iPhone devices...
Processing iPod devices...
Processing Apple Watch devices...
Creating new iOS Development provisioning profile for VS Wildcard application...
Automatic Provisioning failed: There are no current IOS devices on this team matching the provided device IDs.
How do I fix this?
p.s.
Do I need a to register a physical iPhone on the provisioning profile in order to produce an IPA?
Is it enough that I register one, or does it have to be connected to the remote agent?
Do you suggest better ways to accomplish what I want?