0

I am using cordova 6.5.0 and when I run "cordova build ios" the build failed with error "No profile for team **** matching ***** found"

but when I open the project in Xcode I am able to build and archive using the same provision profile

How do I solve this?

Cœur
  • 37,241
  • 25
  • 195
  • 267
DudeM
  • 23
  • 4
  • Possible duplicate of [cordova build ios Error with team profile](https://stackoverflow.com/questions/46543494/cordova-build-ios-error-with-team-profile) – NickyTheWrench Mar 06 '18 at 17:47

1 Answers1

1

1) Do you have any Embedded Frameworks in your project?

Go to Build Phases > Under Embed Frameworks

Tick the checkbox for Code Sign On Copy

And try to build again

2) Try to double check your certificate and your provisioning profile if it is selected correctly

Hope it helps!

y-dolem
  • 62
  • 3