Ionic app IOS device debugging simulation run in Xcode

1. Create a Project: sudo Ionic Start myApp tabs 2 cd to the project just created
 3 . Ionic cordova Platform sudo add the Add ios ios environment to our project
 run 4. Modify the code sudo ionic build --prod and sudo ionic cordova prepare

Open the project with Xcode

Experience permission problems

You can modify the permissions with the command, cd to the directory you want to modify permissions execute the following command

sudo chmod -R 777 *

If the Signing in, Xcode manage signing profile error

Bundle Identifiler modify the package name


 

Guess you like

Origin www.cnblogs.com/loaderman/p/10978732.html