Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error :- Couldn't codesign Frameworks/libswiftCore.dylib: codesign

Tags:

ios

swift

I am new in ios and could not recognise solution for error shown below

Error Couldn't codesign Frameworks/libswiftCore.dylib: codesign

Error appearing is shown in image below

what should i do to resolve this kind of error

like image 374
Zalak Patel Avatar asked Sep 26 '14 06:09

Zalak Patel


1 Answers

I faced the same issue when I was trying to build an app using developer profile. Even after setting proper code signing identity and provisioning profile, the same error appeared. Then I found that libswiftcore.dylib in test target was not code signed. So I had to set proper provisioning profile and code signing identity for my test target as well.

like image 126
Shridevi Bhat Avatar answered Nov 08 '22 05:11

Shridevi Bhat