-
Notifications
You must be signed in to change notification settings - Fork 145
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
Build fail on ios 10 #226
Comments
@barocsi , I cannot reproduce the error that you're having. |
I had the same issue, so I removed the After looking at the list of files in the iOS section of the GitHub version:
NPMJS version:
I'm going to assume that the NPMJS version is missing a required library file. Using the latest from GitHub now allows me to build a project in xcode 8. |
For this plugin I found out that it's always better to use the github version of the plugin. |
similar issue when used "ionic build ios" and have put error message at below
|
Hello @phanthinh, Sorry about the delay. My notification for this repository were triggered off for some reason. We have a Pull Request in the making for this issue. #231. This Pull Request is still not ready for prod yet, so in the meantime can you please try the following to bypass npm? # replace the xxxx's with the corresponding values within https://dashboard.branch.io/settings/link
cordova plugin remove io.branch.sdk;
cordova plugin add https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK.git --variable BRANCH_KEY=xxxx --variable URI_SCHEME=xxxx; Keep in mind, you might have to reinstall your platforms to clear the cache of the bad Branch sdk: cordova platform remove android;
cordova platform remove ios;
cordova platform add android;
cordova platform add ios; |
Hello, If the above solution did not work, we have updated our SDK to fix the NPM issue. All you will have to do is update to the latest Branch SDK:
npm install -g cordova;
cordova platform remove ios;
cordova platform remove android;
cordova platform remove browser;
cordova platform add ios;
cordova platform add android;
cordova plugin remove io.branch.sdk;
cordova plugin add branch-cordova-sdk --variable BRANCH_KEY=x --variable URI_SCHEME=xxxx; Thank you for your patience. Best |
hi @ethanneff It's still not working. I try many times but saw error message
Can you help me for this? |
@phanthinh Check #250 if it helps. Not sure how good or bad, but did work for me. |
I always afraid when upgrading Branch products.
After upgraded to latest plugin I get this error when compiling in cordova for emulator:
And these errors are occur when running on device from XCode:
The text was updated successfully, but these errors were encountered: