0

I am getting sick of this. My RCSClient project was working fine till yesterday. I got the update from my smartSVN and now I am getting this error telling that the provisioning profile could not be found. What am I missing? The attachments are here. snapshot of the error

So I did the following steps. 1. I went to the devices of the Xcode, clicked on the iPad and show provisioning profile, only to find the ad-hoc profile was installed. 2. After finding the provisioning profile , I am setting the provisioning profile in my settings. snapshot showing provisioning profile installed.

  1. Setting the provisioning profile and running the code .Final code-sign error.
Kumar Utsav
  • 2,761
  • 4
  • 24
  • 38

1 Answers1

1

Check the error message again. The bundle identifier for your project (found in the Info.plist or the target's settings) is set to com.RCSClient. Whereas the mobileprovision is created with a bundle id com.comverse.RCSClient. You need to make sure the bundle id used for your mobileprovision and the bundle id specified in your project settings are the same.

lostInTransit
  • 70,519
  • 61
  • 198
  • 274