You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to react native, I want to use ui-kitten to create a small app. So I followed the guide here:https://akveo.github.io/react-native-ui-kitten/docs/guides/getting-started#getting-started,
but when I run yarn ios, after some waiting, it said build failed, and the error is like this:
/Users/baishun/Documents/Program/Node/bible-games/MyAppJS/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flipper-DoubleConversion' from project 'Pods')
/Users/baishun/Documents/Program/Node/bible-games/MyAppJS/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'boost-for-react-native' from project 'Pods')
warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the HelloWorld editor. (in target 'HelloWorld' from project 'HelloWorld')
/Users/baishun/Documents/Program/Node/bible-games/MyAppJS/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.4, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flipper-PeerTalk' from project 'Pods')
/Users/baishun/Documents/Program/Node/bible-games/MyAppJS/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'Flipper-Glog' from project 'Pods')
/Users/baishun/Documents/Program/Node/bible-games/MyAppJS/ios/Pods/Pods.xcodeproj: warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.5.99. (in target 'YogaKit' from project 'Pods')
** BUILD FAILED **
The following build commands failed:
CompileC /Users/baishun/Library/Developer/Xcode/DerivedData/HelloWorld-anzezypacbjmxqceuhstqtwnmhnf/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/FlipperRSocketResponder.o /Users/baishun/Documents/Program/Node/bible-games/MyAppJS/ios/Pods/Flipper/xplat/Flipper/FlipperRSocketResponder.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
info Run CLI with --verbose flag for more details.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
I googled a long time but never find a answer can solve my problem, so I'm not sure if it's a bug or what.
To Reproduce
Steps to reproduce the behavior:
npm un -g react-native-cli && npm i -g @react-native-community/cli
npx react-native init MyAppJS --template @ui-kitten/template-js
cd MyAppJS
yarn ios
I also tried cd ios && pod install but same error.
Expected behavior
Link to runnable example or repository (highly encouraged)
🐛 Bug Report
I'm new to react native, I want to use ui-kitten to create a small app. So I followed the guide here:
https://akveo.github.io/react-native-ui-kitten/docs/guides/getting-started#getting-started
,but when I run
yarn ios
, after some waiting, it said build failed, and the error is like this:I googled a long time but never find a answer can solve my problem, so I'm not sure if it's a bug or what.
To Reproduce
Steps to reproduce the behavior:
I also tried
cd ios && pod install
but same error.Expected behavior
Link to runnable example or repository (highly encouraged)
UI Kitten and Eva version
Environment information
The text was updated successfully, but these errors were encountered: