Ionic Cordova iOS run project on device, error: Code Signing Error
Ionic Cordova iOS run project on device, error: Code Signing Error I am trying to run a simple app with Ionic version 3.20.0 , Cordova version 8.0.0 (basically i just created a new project from command line with nothing in it other than the added platforms). I am getting this error when running with command "ionic cordova run ios --device": Check dependencies Code Signing Error: No profiles for 'razvan.secondionicproject' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'razvan.secondionicproject'. Automatic signing is disabled and unable to generate a profile. To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild. Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.4' When I open and run the project from the platforms/ios project folder with Xcode, it runs fine on my phone. Also when I opened with Xcode I checked automatic signing on, added t...