Posts

Post not yet marked as solved
0 Replies
1k Views
Im trying to build and sign iOS application on a new mac.Using Automatic signing by provisioning profile I always get same error on a stage of CopySwiftLibsError sounds like the topic, but it predicated by severeal calls of/usr/bin/codesign --force --sign [IDENTITY_UUID] --verbose PATH/TO/Frameworks/libswift[LIB_NAME].dylibWhich were exited with code 1 and messages like[IDENTITY_UUID]: no identity foundand then reached the famousApple Development: [IDENTITY NAME]: this identity cannot be used for signing codeBut there is an exact same [IDENTITY_UUID] in a keychain so call ofsecurity find-identity -p codesigningreturns valid identityI already tried to fully reinstall all the software including mac os on this mac.Xcode version is 11.3.1 (11C504)macOS version is 10.14.6 (18G103)
Posted
by strangerx.
Last updated
.