对于转弯式导航/ gps应用程序,我正在尝试将React Native和MapBox Directions SDK结合在一起。
Now I found a couple of medium post about how to bridge RN to Swift. The last couple of days I've been trying to combine them but in every method I use this 1 error pops up all the time:
'double-conversion/double-conversion.h' file not found
Run Code Online (Sandbox Code Playgroud)
The weird thing is that React-native builds fine without self-written code. After I wrote my own code it just breaks on this error. Has someone of you guys had this before?? …
今天,我想提交基于 Mapbox Navigation SDK 及其所有依赖项构建的应用程序。遗憾的是,由于以下错误,App Store Connect 每次都拒绝我的上传:
从现在开始,在 IOS13 中,Apple 希望您提供这些模式的标识符。唯一的问题,我在任何地方都找不到它们。
有人可以帮我弄这个吗?
重现步骤
预期行为
完成了 info.plist 中后台任务的标识符,应用程序可以毫无问题地存档和构建到 App Store Connect
实际行为
本地应用程序在没有它的情况下运行,但是当您想将其上传到 App Store Connect 时,它会请求这些标识符。如果 info.plist 中没有这些标识符,它就不会上传。
配置
** Mapbox SDK 版本:pod 'MapboxNavigation', '~> 0.38.0' **
** iOS/macOS 版本:iOS 13.1.3 (17A878) **
** 设备/模拟器型号:Iphone XS Max iOS 13.1.3 (17A878) **
** Xcode 版本:版本 11.0 (11A420a) **