Yes it is possible.
I tried it today. Using XCODE 7 beta 2. I tested my project using IONIC with only the APPLIE identifier, and not with the APPLE DEVELOPER ACCOUNT and its operation.
All you need to do (to create IONIC projects and install them on physical devices without an APPLE DEVELOPER ID)
- Install XCODE version 7 (currently beta 2)
- Install Node JS (update path)
- Install Cordoba
- create an ion project (IONIC starts your project empty)
By default, the iOS platform is added.
- go to ios platform / folder
- there will be yourproject.xcode file - open it
- Connect device to MAC
- Run the project - if you get any error, XCODE will provide a fix, click on it, and your application will be installed on the physical device.
source share