Shoutem: сборка «act-native run-ios »завершается неудачно - PullRequest
0 голосов
/ 22 октября 2018

Я следовал обучающей программе shoutem здесь и не могу настроить свою локальную среду.Что касается учебника, я установил все под «предварительными условиями», клонировал пустое приложение shoutem, созданное в сборщике, и следовал инструкциям по запуску локальной среды для ios здесь .При запуске «response-native run-ios» выдается следующая ошибка:

    error: Build input file cannot be found: '/Users/USERNAME/TestApp/node_modules/react-native/third-party/double-conversion-1.1.5/src/diy-fp.cc'



** BUILD FAILED **


The following build commands failed:

    CompileC /Users/USERNAME/TestApp/ios/build/Build/Intermediates.noindex/React.build/Debug-iphonesimulator/double-conversion.build/Objects-normal/x86_64/diy-fp.o /Users/USERNAME/TestApp/node_modules/react-native/third-party/double-conversion-1.1.5/src/diy-fp.cc normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)

Installing build/Build/Products/Debug-iphonesimulator/TestApp.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=22):
Failed to install the requested application
The bundle identifier of the application could not be determined.
Ensure that the application's Info.plist contains a value for CFBundleIdentifier.
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Command failed: /usr/libexec/PlistBuddy -c Print:CFBundleIdentifier build/Build/Products/Debug-iphonesimulator/TestApp.app/Info.plist
Print: Entry, ":CFBundleIdentifier", Does Not Exist

Я попытался удалить и переустановить node_modules, а также обновить Reaction-native.Я перепробовал много других предложений, некоторые из которых заставили меня изменить пути сборки xcode, но ни одно из них не сработало (к сожалению, я пробовал слишком много помнить).У меня нет достаточного опыта, чтобы понять, что именно происходит.

Мои текущие версии:

Reaction-native-cli: 2.0.1
Reaction-native: 0.56.0
пряжа: 1.10.1
npm: 6.4.1
xcode: 10

...