Skip to content

Instantly share code, notes, and snippets.

@bgits
Created January 9, 2019 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgits/151475b103243ebf6bdc2e1a249749ff to your computer and use it in GitHub Desktop.
Save bgits/151475b103243ebf6bdc2e1a249749ff to your computer and use it in GitHub Desktop.
build failure - status-react
/Applications/Xcode.app/Contents/Developer/usr/bin/make prepare-ios
scripts/prepare-for-platform.sh ios
+ node version v10.12.0 is installed. node version v10.14.0 is recommended.
Finished!
Creating link: package.json -> mobile_files/package.json.orig
Creating link: yarn.lock -> mobile_files/yarn.lock
Creating link: VERSION -> mobile_files/VERSION
Finished!
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
+ node version v10.12.0 is installed. node version v10.14.0 is recommended.
Finished!
clj -R:dev build.clj watch --platform ios --ios-device simulator
task not available - required dependencies not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment