Having two plugins with Podfiles and a postinstall script fails with tns 5.x#3935
Conversation
With NativeScript 5.0.0-2018-09-25-12302 having nativescript-plugin-firebase and nativescript-imagepicker in your project will fail because there's some whitespace missing.
|
Hey @EddyVerbruggen , |
|
run ci |
|
Hi @rosen-vladimirov, I've fixed the tests (sorry, didn't think of them) by changing to a better implementation. I also tried adding a specific testcase for this issue but didn't get it working in a decent amount of time. |
|
Hey @EddyVerbruggen , |
|
AWESOME! |
Add missing test for #3935
With NativeScript 5.0.0-2018-09-25-12302 having fi.
nativescript-plugin-firebaseandnativescript-imagepickerin your project will fail because there's some whitespace missing.Building this app fails because this is how the Pods are merged (mind the line
# End Podfilepost_installnear the end):So let's add some whitespace in the line
# End Podfilepost_install(this fix), so they are merged like this:For the time being I've locally patched
~/.nvm/versions/node/v8.11.1/lib/node_modules/nativescript/lib/services/cocoapods-service.js.