Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top