-
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
Missing branch.js.map file #236
Comments
@jworm7 , can you try to install the plugin directly from Github?
Based on the repo the branch.js.map file should still exist. |
I tried that as well but unfortunately no luck |
That's weird, have you clean up all the
So far, I can't replicate the issue that you're having. |
Yes I have and still no success. This is how my system is currently configured: Cordova CLI: 6.4.0 Is there anything in this configuration that would be problematic? |
Hello @jworm7 We have a Pull Request in the making for this issue. #231. This Pull Request is still not ready for production 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; |
@ethanneff unfortunately what your proposed hasn't resolved the issue. Is there any timeline for the pull request? |
Hello @jworm7, Is the error preventing the app from compiling? Is the error similar to this one? I apologize for this inconvenience. |
Hey @ethanneff Thanks for getting back. Thankfully it isn't a compiling issue it similar to what you pasted in. I've removed that line of code and it appears that the error has gone. I just want to verify that in removing the reference to the branch.js.map file that there aren't any features or branch capabilities that I would be missing? |
Hey @jworm7, The Best, |
Upon running on my iOS device I get a message stating "[directory]/www/plugins/io.branch.sdk/www/branch.js.map" was not found. I've also verified that the file doesn't exist in the listed directory. The only file in that directory in branch.js. I am using the the last spec 2.2.3. I've tried uninstalling the plugin and reinstalling and the same goes for the ios platform. Is there a configuration that I'm missing?
The text was updated successfully, but these errors were encountered: