The log message has nothing to do with the remote URL. Does the WTArchitectView delgate method '-architectView:didFailLoadWithError:' get's called?
Best regards
Andreas
S
Scott Finkelstein
said
almost 9 years ago
I just tried implementing the WTArchitectureDelegate (subscribing to it in my ViewController, and declaring self.architectView.delegate=self), however when I override the URL delegate methods, I get no indication that the remote URL is loaded. I even tried loading in one of the sample architect worlds locally from within my xCode 6 project (multiple POI's) with the same result.
S
Scott Finkelstein
said
almost 9 years ago
I actually got it working when I changed the Framework to version 4.0.2 and generated a trial license key. That said, is there a workaround to get 3.3.2 working with iOS 8 until my company upgrades to a 4.0.2 license?
N
Nicola Radacher
said
almost 9 years ago
Hi Scott,
Our SDK version 3.3.2. does not support iOS8 - this was included in version 4. So you'll need to work with 4.0.2 have iOS8 support.
Should you need anything further, just let us know anytime.
Scott Finkelstein