Abdallah Kadour

Results 9 comments of Abdallah Kadour

Is this feature not implemented? or is this a setting error what should I fix in my environment?

It's working for me on xcode: `14.0.1`, `"@nativescript/ios": "8.3.3"` and `"@nativescript": "8.3.3"`.

As a workaround, the library `cbor-sync` could be used.

in the [Prerequisites](https://github.com/nativescript-community/ui-mapbox#prerequisites) section is described that I can use my own tile server.

So my question is how to configure the map to work with my tile server?

@vicmasa may be you need to update IPHONEOS_DEPLOYMENT_TARGET as follow `config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14'` in the podfile located in `App_Resources/ios/`. This was a reason why I get `Command xcodebuild failed with...

I appreciate any help.