Hi eveyone!
Could someone tell me how I can make deployment of my test program in my iPhone?
Thank you in advance.
Regards,
despotars
Hi eveyone!
Could someone tell me how I can make deployment of my test program in my iPhone?
Thank you in advance.
Regards,
despotars
ionic build ios
, and then open the project ./plattforms/ios/<project>.xcode
with xcodePlease keep in mind that you need to have registered your iPhone as a development phone in apples development portal, and signed the build with your provisioning profile containing your device UUID.
You must have an apple developer account. Once you have it, you must execute the command
ionic build ios
What is more comfortable going to proyect / platforms / ios / name of your application /
and open the xcode project that is generated. There must have connected your iPhone to Mac, please go to Window-> Devices, get code of “identifier”. Go to your account and add devoper Device this device. After that, wait for it to download some development files and ready, you can put Run and should run your app.
Whenever you make a change in your app, running
ionic build ios