1

I need to figure out the reason for this error while installing an application on iOS devices. Here what error says while installation :

enter image description here

I don't have any expertise on iOS development. Please explain the issue and resolution if can. Thanks in advance.

theJango
  • 1,100
  • 10
  • 22
  • Create a new provision profile and install. Your provision profile has some issue. You added wrong provision profile in codeSigning – Shruti May 15 '15 at 10:11
  • @Shruti : can you elaborate the steps in a bit detail or share some links , that will be of great help. – theJango May 15 '15 at 10:36
  • @theJango Try to see this link.. http://stackoverflow.com/questions/999313/iphone-app-signing-a-valid-signing-identity-matching-this-profile-could-not-be – Ashok Londhe May 15 '15 at 10:39
  • Does the app identifier in your provisioning profile match what you've assigned your project? – Dan May 19 '15 at 12:17

1 Answers1

1

Please follow the below steps:

1.Go to Project setting.In left panel see there is Targets.

2.Clicked on (your Project name)Tests.

3.Go to Info. There assign the proper Bundle identifier.

4.Go to build setting->Code Signing

5.Here set the Code Signing Identity and Provision Profile (Make Sure you select correct provision profile)

6.Clean the Build.

Shruti
  • 1,849
  • 1
  • 13
  • 21