xcode - Why does `ionic run ios` error with "No matching provisioning profile found"? -
my goal run ionic app on iphone. don't figure out reason explaining exception:
myionicapp$ sudo ionic run ios check dependencies === build target wealcome of project wealcome configuration debug === check dependencies code sign error: no matching provisioning profile found: build settings specify provisioning profile uuid “dabcc352-0b59-415a-bcd1-6f6ea1d1fbe6”, however, no such provisioning profile found. codesign error: code signing required product type 'application' in sdk 'ios 7.1'
i have build settings:
the organizer:
as mik378 said on comment right destination path of provisioning profiles seems /library/mobiledevice have copy need folder:
sudo cp -r ~/library/mobiledevice/ /library/mobiledevice/
Comments
Post a Comment