Closed jeewankarki closed 4 years ago
Hi @jeewankarki, Which version of Xcode are you using? I guess you didn't modified the Wikitude Cordova plugin in any way before you encountered this problem?!
Best regards, Andreas
I was having the same issue even when starting a new cordova+wikitude project. I did what Xcode suggest to do and modified that line typedef NSString * WTRenderingAPI; NS_EXTENSIBLE_STRING_ENUM;
in WTWikitudeTypes.h file and that fix the problem. :confused:
Xcode Version : 7.3 (7D175)
Hi @vdcg444, Is there a particular reason why you use Xcode 7.x? It's kind of old...
Best regards, Andreas
I know! @AndreasSchacherbauerWikitude. I was in a hurry then, that's why I didn't upgrade my job's mac. Going to try with the latest version now, thank you!
Perfect, please let me know if it's fine with Xcode 8.x or 9.x (beta)
Hi,
When i run the app then showing error in below line.
Please Find reference screenshot attachment.
/*
/ WT_DEPRECATED_SINCE(7.0.0, "Use WTRenderingConfiguration instead.") typedef NSString WTRenderingAPI NS_EXTENSIBLE_STRING_ENUM;
Thanks, Jeewan