@psychtrac wrote:
I get an error building from command line (ionic build ios) and from xcode:
if ([self.commandDelegate URLIsWhitelisted:url]) {
NSURLRequest* request = [NSURLRequest requestWithURL:url];This line throws the following error:
CDVInAppBrowser.m:231:31: No known instance method for selector 'URLIsWhitelisted:'
Initial searches indicate this is fixed in cordova-ios 4.0.1, but it's still happening.
I have tried repeatedly to remove and reinstall / restore the /platforms directory, plugins, etc..to no avail.
Posts: 1
Participants: 1