Do you know if it is possible to turn off signing ...
# multiplatform
m
Do you know if it is possible to turn off signing in
embedAndSignAppleFrameworkForXcode
It seems that signing config needs to be defined in XCode project file for it to work, and we do not need it for iOS application - just for the shared framework. So I wondered whether it can be turned off.
d
In most cases, you will HAVE to sign any included shared frameworks. Anything linked statically will be signed as part of the app itself.