React-родные гугл карты не работают? - PullRequest
0 голосов
/ 26 апреля 2018

Я устанавливаю GoogleMaps на реагирующую клиентскую систему.Я получил эту ошибку, почему?

** СБОЙ СТРОИТЬ **

The following build commands failed:
    CompileC /Volumes/DATA/React\ Native/Redux-React-Native/reduxreactnative/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React.build/Objects-normal/x86_64/RCTDevSettings.o /Volumes/DATA/React\ Native/Redux-React-Native/reduxreactnative/node_modules/react-native/React/Modules/RCTDevSettings.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/reduxreactnative.app
Launching org.reactjs.native.example.reduxreactnative
org.reactjs.native.example.reduxreactnative: 23409

1 Ответ

0 голосов
/ 26 апреля 2018

Я исправил, выполнив это

Устранение неполадок Если у вас есть проблема с пустой картой (# 118, # 176, # 684), попробуйте следующие строки:

В iOS: если вызапустил 'ответную ссылку' по ошибке:

delete node_modules
delete ios/Pods
delete ios/Podfile.lock
open Xcode and delete AIRMaps.xcodeproj from Libraries if it exists
in Build Phases -> Link Binary With Libraries delete libAIRMaps.a if it exists
delete ios/build folder
start again with the installation steps
If you use Xcode with version less than 9 you may get use of undeclared identifier 'MKMapTypeMutedStandard' or Entry, ":CFBundleIdentifier", Does Not Exist errors. In this case you have to update your Xcode.
...