Created
January 9, 2019 16:38
-
-
Save bgits/151475b103243ebf6bdc2e1a249749ff to your computer and use it in GitHub Desktop.
build failure - status-react
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Applications/Xcode.app/Contents/Developer/usr/bin/make prepare-ios | |
scripts/prepare-for-platform.sh ios | |
[1;33m+ node version v10.12.0 is installed. node version v10.14.0 is recommended.[0m | |
[0;32mFinished![0m | |
Creating link: package.json -> mobile_files/package.json.orig | |
Creating link: yarn.lock -> mobile_files/yarn.lock | |
Creating link: VERSION -> mobile_files/VERSION | |
[0;32mFinished![0m | |
yarn install --frozen-lockfile | |
yarn install v1.12.3 | |
[1/4] Resolving packages... | |
success Already up-to-date. | |
Done in 0.74s. | |
unzip -q -o "modules/react-native-status/ios/RCTStatus/status-go-ios-0.17.10-beta.1.zip" -d "modules/react-native-status/ios/RCTStatus" | |
cd ios && pod install | |
Analyzing dependencies | |
Fetching podspec for `RNKeychain` from `../node_modules/react-native-keychain` | |
Fetching podspec for `React` from `../node_modules/react-native` | |
Fetching podspec for `react-native-background-timer` from `../node_modules/react-native-background-timer` | |
Fetching podspec for `react-native-camera` from `../node_modules/react-native-camera` | |
Fetching podspec for `yoga` from `../node_modules/react-native/ReactCommon/yoga` | |
Downloading dependencies | |
Using Firebase (5.7.0) | |
Using FirebaseAnalytics (5.1.1) | |
Using FirebaseCore (5.1.2) | |
Using FirebaseInstanceID (3.2.1) | |
Using FirebaseMessaging (3.1.1) | |
Using GoogleAppMeasurement (5.1.1) | |
Using GoogleUtilities (5.2.2) | |
Using Protobuf (3.6.1) | |
Using RNKeychain (3.0.0-rc.3) | |
Using React (0.56.0) | |
Using nanopb (0.3.8) | |
Using react-native-background-timer (2.1.0-alpha.6) | |
Using react-native-camera (1.1.5) | |
Using yoga (0.56.0.React) | |
Generating Pods project | |
Integrating client project | |
Sending stats | |
Pod installation complete! There are 7 dependencies from the Podfile and 14 total pods installed. | |
if [ -z "simulator" ]; then \ | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make watch-ios; \ | |
else \ | |
/Applications/Xcode.app/Contents/Developer/usr/bin/make watch-ios-simulator; \ | |
fi | |
scripts/run-environment-check.sh ios | |
[1;33m+ node version v10.12.0 is installed. node version v10.14.0 is recommended.[0m | |
[0;32mFinished![0m | |
clj -R:dev build.clj watch --platform ios --ios-device simulator | |
[31mtask not available - required dependencies not found[0m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment