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
I'm getting a very similar problem, have followed all the steps in the above link.
teresa bagala
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
1 person has this problem