Issue building for IOS -

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.

1 Like

I am experiencing the same issue with cordova-ios 4.1.1. Were you ever able to solve this issue?

I’m having this issue now.

Anyone get to the solution?