Anyone got this issue

Anyone got this issue:



MDAVSCLI : Code Sign error : No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “XXXXXXXXXX.XXXX” were found.



Error Remote build error from the build server Build failed with error Error code 65 for command: xcodebuild with args: -xcconfig,/Users/admin/.taco_home/remote-builds/taco-remote/builds/5337/cordovaApp/platforms/ios/cordova/build-debug.xcconfig,-project,Quick Pay.xcodeproj,ARCHS=armv7 arm64,-target,Quick Pay,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=/Users/admin/.taco_home/remote-builds/taco-remote/builds/5337/cordovaApp/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/admin/.taco_home/remote-builds/taco-remote/builds/5337/cordovaApp/platforms/ios/build/sharedpch - {1}

I have same issue. App loads fine on emulator. Xcode build successful, however app does not load on the phone but instead xcode icon appears with the app name, when opened it is a blank page with edit, master, and + sign. So technically app isn't there. Also note that my app bundle identifier name is com.Jigari.PayPad while the error message below says "com.phonegap.helloworld" for some reason when i attempt "cordova run ios --device --verbose" in the terminal. Here's the inquary i created on stack with more details and images http://http://stackoverflow.com/questions/38795235/cordova-ios-device-build-failed-no-matching-provision-profile-found



check dependencies

Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “com.phonegap.helloworld” were found.

** BUILD FAILED **

The following build commands failed:

Check dependencies

(1 failure)

Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/georgeakinian/projects/paypad/platforms/ios/cordova/build-debug.xcconfig,-project,Lucio.xcodeproj,ARCHS=armv7 arm64,-target,Lucio,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7 arm64,CONFIGURATION_BUILD_DIR=/Users/georgeakinian/projects/paypad/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/georgeakinian/projects/paypad/platforms/ios/build/sharedpch

Georges-MacBook-Pro:paypad georgeakinian$

I was able to solve this by


"cordova run ios --device --verbose"

And tracing the bundle identifier name given in the error message in the config.xml files and changing it to the bundle identifier name that is used in the xcode and apple developer provisions. You need to coincide every instance of this in your code.

Anyone got this issue
 
 
Q