I used CocoaPods to set the RNCryptor framework. This works fine on my application, and when archiving the application manually through xcode, it works fine.
But when I try to archive using the terminal using the command:
xcodebuild -workspace "$APP.xcworkspace" -scheme "$APP" archive
I get an error message:
/usr/bin/codesign --force --sign ... /RNCryptor.framework no identity found Command /bin/sh failed with exit code 1
source share