Xcode iOs Open Dev Error: "Undefined symbols for architecture arm64"
Hi,
I recently started to program for the cydia app-store on iphone with iOsOpenDev.
I created a new activator project, added the libactivator.dylib to the link librarys and tried to compile it but i got some errors like that:
ld: warning: ignoring file /opt/iOSOpenDev/lib/libactivator.dylib, missing required architecture arm64 in file /opt/iOSOpenDev/lib/libactivator.dylib (2 slices)Just go to your Project Settings (not Target Settings) and change the Architecture Settings to "Standard architectures (armv7, armv7s)".
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_LAActivator", referenced from:
objc-class-ref in autoclicker.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld: warning: directory not found for option ...
Happy Coding!
Waldi


Kommentare
Kommentar veröffentlichen