Start a new topic

Wikitude iOS SDK 7.1 example not build

Hi,


I import SDK examples for wikitude version 7.1 iOS (javascriptAPI), but when I compile I get the following errors:


1. on '#import <WikitudeSDK/WikitudeSDK.h>' in  WTAugmentedRealityExperience.m :   Could not build module 'WikitudeSDK'  


2. on '@property (nonatomic, assign) UIScrollViewContentInsetAdjustmentBehavior webViewsScrollViewContentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0));'  in WTArchitectStartupConfiguration.m:


 Unknown tipe name 'UIScrollViewContentInsetAdjustmentBehavior ' .


Also if I create a new project step by step I get the following errors:


1.  on  '#import <WikitudeSDK/WikitudeSDK.h>' in ViewController:

 Could not build module 'WikitudeSDK' 


2.  on '@property (nonatomic, assign) UIScrollViewContentInsetAdjustmentBehavior webViewsScrollViewContentInsetAdjustmentBehavior API_AVAILABLE(ios(11.0));' in 

WTArchitectStartupConfiguration.m :

Unknown tipe name 'UIScrollViewContentInsetAdjustmentBehavior '  


 I am using Xcode  8.3



 


zip
(2.15 MB)

1 person has this problem

I'm getting a very similar problem, have followed all the steps in the above link.

Good morning Teresa and Ryan,



the 7.1 release of the Wikitude SDK requires Xcode 9 to be used. The error message you are being presented informs about an API that is only available in the iOS 11 SDK.



- Daniel


Hello Teresa,

Did you make sure to follow the exact steps described here https://www.wikitude.com/external/doc/documentation/latest/ios/setupguideios.html#setup-guide-ios ? If you still have issues then please, let me know.

Thanks
Eva

 

Login or Signup to post a comment