1

When building in release mode for iOS with Apache Cordova for Visual Studio 2015, using a remotebuild mac server, I get the following error:

2>Http 404: Installation failed: Check your provisioning profile

My XCode Account has the provision profile and I've ensured that the 'ios_distribution.cer' (security certificate) has been added to the keychain.

XCode Provisioning Profiles
Certificates

I use XCode 7.2 and cordova CLI 4.3. I have a iPod Touch with iOS 9.2 plugged into the mac remote server. I've had no problems building for debug.

Have anyone else encountered this problem, and found a solution?

  • any luck on this problem? – Krsna Kishore Feb 20 '16 at 12:30
  • i got it working , tell me if you need a help – Krsna Kishore Feb 21 '16 at 04:06
  • Hi, Daniel - I work on the Tools for Apache Cordova team at Microsoft. Right now, we're investigating ways to make it easier for developers to recover from remote build errors in VS. I’m hoping to chat with folks like you who have encountered issues with remote build and reached out to the community for troubleshooting. Customer feedback is the number one way we make product design decisions, so I’d love it if you could make time for a 20min phone call this week or next to talk about how you understand and overcome build issues. jomatthi [at] Microsoft [dot] com – Jordan Matthiesen May 09 '16 at 20:36
  • @JordanMatthiesen we got this problem when we were exploring which platforms we should use for our future app development. We already have a lot of C# .NET and some javascript/typescript developers. So we were exploring several different ways of developing apps, where one of those were using Ionic and Cordova Apache. In the meantime we have shifted our app development to Xamarin, so unfortunately I do not think I would be the right person to interview since I no longer work with Apache Cordova. – Daniel Møgelgaard Pedersen May 18 '16 at 11:40

2 Answers2

1

Can you try building iOS release mode without deploying/running.

Linda Z
  • 312
  • 1
  • 5
0

Not sure if you missed anything. You might try following the detailed steps here: http://taco.visualstudio.com/en-us/docs/ios-guide/#create-a-provisioning-profile

Mike Jones
  • 322
  • 1
  • 4