Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Can't build on ios@4.0.1 #56

Closed
zwacky opened this issue Jan 20, 2016 · 5 comments
Closed

Can't build on ios@4.0.1 #56

zwacky opened this issue Jan 20, 2016 · 5 comments
Labels

Comments

@zwacky
Copy link
Contributor

zwacky commented Jan 20, 2016

requirements:

cordova platform add ios@4.0.1

i get the following build error:

No visible @interface for 'UIView' declares the selector 'loadRequest:'

- (void)loadURL:(NSURL*)url {
    [((CDVViewController *)self.viewController).webView loadRequest:[NSURLRequest requestWithURL:url]];
}
@BrunoFDeveloper
Copy link

+1

dlebu pushed a commit that referenced this issue Jan 20, 2016
@dlebu dlebu added the bug label Jan 20, 2016
@dlebu
Copy link
Contributor

dlebu commented Jan 21, 2016

@zwacky @BrunoFDeveloper We will release an update today fixing this bug. Thanks for reporting it!

@zwacky
Copy link
Contributor Author

zwacky commented Jan 21, 2016

the commit you referenced did fix this, I tested it 👍

@dlebu
Copy link
Contributor

dlebu commented Jan 21, 2016

We just released version 1.5.0-beta to npm. The release includes a fix for this issue. Thanks again!

@dlebu dlebu closed this as completed Jan 21, 2016
@BrunoFDeveloper
Copy link

@dlebu and @zwacky Thank you !! now fixed, re-do magic!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants