I want to use Ionic to run my application on my iOs device with the pen function turned on. According to the docs, this should be easy:
ionic run ios --device -l
Of course, I need to add training profiles, but how should I do this?
I have a .mobileprovision and .p12 certificate, but no matter what I do, I still get this error when I run the command:
No matching provisioning profiles found: No provisioning profiles with a valid signing identity (ie certificate and private key pair) matching the bundle identifier "<MyBundleID>" were found
How do I add my training profiles? I can not find information about this in the framework documents.
Note. I can reuse the project using Xcode, but then I do not get the download in real time. Plus, I would rather do everything with the CLI.
source share