Hi,
I builded my app with xcode iOS8 under 32 bits architecture, it succeeded.
When I builded it under 64 bits architecture (armv7, arm64), it failed with the following message :
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_ATParams", referenced from:
objc-class-ref in Tagger.o
ld: symbol(s) not found for architecture x86_64
What would I have to add to make it build in x86_64 architecture?
Any suggestion would be welcome.
Thank you.
Patrick