0

Possible Duplicate:
Codesign error: Provisioning profile cannot be found after deleting expired profile

I am new to iPhone developement, i im developing an IOS application in my iPhone, i test in device. but when i download an application from internet and i would like to test it in my iPhone, there is an error like this : [BEROR]Code Sign error: a valid provisioning profile matching the application's Identifier 'com.yourcompany.WhereIsMyPhone' could not be found

how i can do to test, the application of other programmers in my iPhone

thanks for your answers

Community
  • 1
  • 1
izan
  • 727
  • 2
  • 11
  • 22

1 Answers1

0

In your info.plist change the bundle identifier to match the namespace of a provisioning profile that you have deployed on your device.

Jim Blackler
  • 22,946
  • 12
  • 85
  • 101
  • Thanks four your answer, but i don't now wath is the namespace of a provisioning profile – izan Apr 20 '11 at 13:33
  • please, it's not clear for me, can you give me some detailed information. thanks – izan Apr 20 '11 at 13:44