문제

I am using RNCryptor from here. but cannot seem to get my app to compile correctly. I get the following errors in the log:

Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_RNDecryptor", referenced from:
      objc-class-ref in EncryptionTransformer.o
  "_OBJC_CLASS_$_RNEncryptor", referenced from:
      objc-class-ref in EncryptionTransformer.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Can anyone tell me whats wrong here?

도움이 되었습니까?

해결책

I would guess you built RNCryptor for ARM but you're building your application to run on the Simulator (i386).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top