James Smith
09/23/2020, 10:43 AMxcodebuild failed with error 65
. If I try to add the @objc wrapper directly to the pod in question, the build fails with Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$__TtC11CryptoSwift9CryptoAES", referenced from:
objc-class-ref in result.o
Which references exactly the wrapper that I created. What am I missing?alex_vinz
09/23/2020, 11:29 AMJames Smith
09/23/2020, 11:32 AM