expo / turtle

Standalone app builder service
MIT License
385 stars 29 forks source link

turtle build:android fails with `Could not find com.github.Raizlabs.DBFlow:dbflow-core:4.2.4.` #301

Closed Voochichichi closed 3 years ago

Voochichichi commented 3 years ago

Our builds have started to fail (We haven't run them in several months, so we also upgrading from expo 35 to 40 at the same time). it fails with the following, would love some help/insights...

  buildPhase: "running gradle"
  source: "stderr"
Mar 23 00:22:24 turtle[5466] INFO:     > Could not find com.github.Raizlabs.DBFlow:dbflow:4.2.4.
  platform: "android"
  buildPhase: "running gradle"
  source: "stderr"
Mar 23 00:22:24 turtle[5466] INFO:       Required by:
  platform: "android"
  buildPhase: "running gradle"
  source: "stderr"
Mar 23 00:22:24 turtle[5466] INFO:           project :app > host.exp.exponent:expoview:40.0.0
  platform: "android"
  buildPhase: "running gradle"
  source: "stderr"
Mar 23 00:22:24 turtle[5466] INFO:  * Try:
  platform: "android"
  buildPhase: "running gradle"
  source: "stderr"
Mar 23 00:22:24 turtle[5466] INFO:  Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  platform: "android"
  buildPhase: "running gradle"
  source: "stderr"
Mar 23 00:22:24 turtle[5466] INFO:  * Get more help at https://help.gradle.org
  platform: "android"
  buildPhase: "running gradle"
  source: "stderr"
Mar 23 00:22:24 turtle[5466] INFO:  BUILD FAILED in 1m 17s
  platform: "android"
  buildPhase: "running gradle"
  source: "stderr"

The command we're running is... turtle build:android -u $(EXPO_CLI_USER) -p $(EXPO_CLI_PASSWORD) -t app-bundle --keystore-path .$(Keystore_Path)/key.jks --keystore-alias $(Keystore_Alias) -o $(androidBuildFile)

brentvatne commented 3 years ago

https://github.com/expo/turtle/issues/300