nativescript-mapbox icon indicating copy to clipboard operation
nativescript-mapbox copied to clipboard

Do you have plans to update this plug-in?

Open sanghyun5958 opened this issue 5 years ago • 3 comments

Do you have plans to update this plug-in?

Thank you

sanghyun5958 avatar Jul 31 '19 06:07 sanghyun5958

Same question!

FJALCode avatar Aug 02 '19 20:08 FJALCode

Are you guys referring to support for NativeScript 6? Was just wanting to try the demo but it won't run on NS 6:

The current application is not compatible with NativeScript CLI 6.0.

The CLI suggestion is to migrate to 6. I did try to migrate the demo to NS 6 and the tns migrate command completes without error. However, the project will no longer build once it has been migrated to NS 6. The build fails with lots of errors like:

ERROR in /Users/terryjray/projects/vbi/nativescript-mapbox/demo/node_modules/nativescript-mapbox/mapbox.ios.ts Cannot find name 'CLLocationCoordinate2DMake'.

Looks to me like the module is not getting built thus when the app launches it fails with an error that it can't find the start function in file:///data/data/org.nativescript.mapbox/files/app/bundle.js

Anyone else got any info?

terryjray avatar Aug 13 '19 18:08 terryjray

Hi @terryjray I am doing a feasibility study for a project, I started a project normally with Nativescript-Vue and then added the mapbox plugin, ran tns migrate and got the feedback that my project already supported NS 6, then ran tns update and I was able to run the application normally.

EdvaldoLima avatar Aug 20 '19 17:08 EdvaldoLima