I have a Windows 10 PC running Visual Studio 2015 and a MacBook Pro Yosemite running Xcode 7.2. I am trying to test my Cordova app on the Macbook using Debug->->iOS->Remote Device in Visual Studio. I have properly configured the connection and it begins the build properly but it fails at "No provisioning profile found". Sure enough if I go into XCode->Preferences->Accounts there are no provisioning profiles. When I try to create one it directs me to purchase a developer account.
Is it possible to debug to remote device (agent) without purchasing an Apple Developer Account? I currently have their Free developer option. If not, any ideas on how to resolve a provisioning profile issue? I have seen this post:
Deploying Apache Cordova App to iPad Without Apple Developer Account
but unfortunately this isn't exactly my issue, I can't even build properly for testing only yet.