Start a new topic

Bug Report iOS WikitudeSDK_iOS_5.1 example projects

Bug Report iOS WikitudeSDK_iOS_5.1 example projects


Using XCode 7.2 (7C68)

Downloaded SDK_iOS_5.1 on Dec 22nd 2015


1) Outdated documentation

WHERE SHOULD I ENTER THE LICENSE KEY 

.... The SDK Example application demonstrates the license handling in the file WTStandardARViewController.m

There file in the Examples Project where ; is found is called WTAugmentedRealityViewController.m  in SDKExamples>Classes>Controller>Examples

2) Running examples app under XCode Simulator does bring up the menu of examples to run. Attempting to run any example ends in same error.

main.m   file in

@autoreleasepool {

        return UIApplicationMain(argc, argv, nil, NSStringFromClass());

    }

Error is Thread 1: EXC_BAD_ACCESS

 

Hi Denis,
Thx for pointing out the documentation error. The change will be included in the next update. 

Regarding the simulator. The application should obviously not crash and I will investigate this for the next release. The simulator however does not support running any Architect World because it can't access the camera or any sensors, so the Wikitude SDK can not work on the simulator. The Wikitude SDK supports the simulator only for compiling/linking so that you don't have to worry about adding the Wikitude SDK only for device builds.

Best regards

Andreas
Login or Signup to post a comment