the original WikitudeStudioiOSAppTemplate runs nicely in the same development environment.
Is there someting I should have set?
Regards,
vak
A
Andreas Schacherbauer
said
over 9 years ago
Hi, Looks like the -ObjC linker flag is missing. Thats why some class categories are not loaded correctly. You can change the linker flag settings in your Xcode project, simply search for 'OTHER_LDFLAGS' and add '-ObjC'. You can also have a look at the original template project.
Best regards Andreas
T
Test Wikitude
said
about 9 years ago
Hello,
I have got same error while running application in iPad Mini.
Wikitude SDK: ARchitect Build: b2af9d1
2014-05-31 16:28:51.417 SocialParseAR -: unrecognized selector sent to instance 0x16d648a0
2014-05-31 16:28:51.434 SocialParseAR *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-: unrecognized selector sent to instance 0x16d648a0'
Please response me, I have did same trick which mention above. But not work with me.
Please suggest.
Regards,
Jagdish
v
veronique koleman
said
about 9 years ago
As I mentionned, the -ObjC linker flag fixed the NSCFString isOlderThaniOSVersion error, so I can't really add suggestion. I was on iPhone.
Regards,
vak
A
Andreas Schacherbauer
said
about 9 years ago
Yep, missing ObjC linker flag. Category methods are not loaded.
veronique koleman