-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS AppFlow Build Errors #596
Comments
Please list your cordova-ios version & plugin versions. You can find this information out by using the following commands:
Thanks. |
|
Are you using the |
I.. don't know. Is there a place I can check for that?
EDIT: |
There is a known issue with using This is because while cordova-ios hides the UIWebView APIs, inappbrowser still needs them and doesn't have the same flag. You can try forking the plugin and applying the PR #584 to your own fork for a potential solution. I'll be closing this issue as a duplicate of #583 If you have more valuable information, I would encourage you to participate in #583 in order to keeps things consolidated all in one place. Thanks. |
Bug Report
Problem
When I try to build this app using Ionic's Appflow I get a long string of warnings and errors that cause my build to fail.
What is expected to happen?
The build should suceed
What does actually happen?
I get deprecation warnings and then reference to "self" errors.
Information
Command or Code
Environment, Platform, Device
Appflow for iOS
Version information
Cordova
Here are the errors: appflowerrs.txt
Checklist
The text was updated successfully, but these errors were encountered: