1

when I checked out a project from server, and will run it. I met a issue is :

Code sign error /Users/PanChao/Library/Developer/Xcode/DerivedData/YZTUser-cvcnntqoopwxrtcxdnabdqzxtllp/Build/Products/Debug-iphonesimulator/MWPhotoBrowser.bundle: bundle format unrecognized, invalid, or unsuitable Command /usr/bin/codesign failed with exit code 1 .

I spend many hours to fix it ,but this error is alway exist! if anyone knows that how to fixed it, please help me thanks .

am449
  • 158
  • 11
nickpan
  • 63
  • 8

2 Answers2

0

Make sure these following things

1.your bundle ID should be valid.

2.your provisioning profile should be valid.

3.your certificate should work.

Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
User511
  • 1,456
  • 10
  • 28
0

In your pod project,find the target which goes wrong,and correct the Identity and Signing area by choosing infolist and signing profile.This works fine for me

the result should be like this

onewh
  • 421
  • 4
  • 10
  • sorry, understand you words , but i don't know how to fixed my error issue. Can you tell me fixed it specific steps? For example first step is ... and next step is ... think you very much! – nickpan Dec 05 '16 at 01:16