-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EAS Build error for iOS, sqlite3.org not found #2330
Comments
An issue for us also, running the sqlite install command that fails on EAS has no issues locally. https://expo.dev/accounts/haydensmith/projects/pearler/builds/03f11f7c-554a-4351-8df2-e80e05bb5be8 |
Hi, our last fix doesn't seem to work for all of the developers #2321 (comment) I've just triggered a prod deployment that should fix the issue for all of you. I will let you know when it lands. |
Hi, I believe that now it should finally be fixed for everybody. Can you check @claudesortwell @RyanShofeur 🙏? |
Thank you for filing this issue! |
Thanks, fixed for me |
Cool, so I think I can close it |
@szdziedzic Can we reopen this issue, I am using expo 51 and the issue seems to be back. Logs below
When running pod install:
[!] [Codegen] warn: using experimental new codegen integration` |
@RyanShofeur that's a different issue. The problem seems to be that it wants version |
Same issue for me.
|
Solve by npx expo prebuild -> cd ios -> pod install |
Depending on exactly how you build and whether or not you have made changes to the Add this to
|
Thanks for your reply. I'm building with --local flag. And I leave an old ios dir. I guess it is the reason I failed? |
Yes, most likely. But if you add the directories to |
Build/Submit details page URL
https://expo.dev/accounts/rromero95/projects/shofeur-app-driver/builds/a680d1c7-058e-4310-ba5c-1124bc802db9
Summary
When running
eas build --profile production --platform ios
The build on EAS fails when runningInstalling sqlite3 (3.42.0)
Managed or bare?
bare
Environment
user@user-MacBook-Air app % npx expo-env-info
Need to install the following packages:
[email protected]
Ok to proceed? (y)
expo-env-info 1.2.0 environment info:
System:
OS: macOS 14.1.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 21.7.2 - /opt/homebrew/bin/node
npm: 10.5.0 - /opt/homebrew/bin/npm
Watchman: 2024.04.01.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.15.2 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 23.0, iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0
IDEs:
Android Studio: 2023.2 AI-232.10300.40.2321.11567975
Xcode: 15.0.1/15A507 - /usr/bin/xcodebuild
npmPackages:
expo: ~50.0.15 => 50.0.15
react: 18.2.0 => 18.2.0
react-native: 0.73.6 => 0.73.6
react-navigation: ^4.4.4 => 4.4.4
npmGlobalPackages:
eas-cli: 7.2.0
expo-cli: 6.3.10
Expo Workflow: bare
(node:55057) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check npm/ yarn versions
✔ Check for issues with metro config
✔ Check that native modules do not use incompatible support packages
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check for legacy global CLI installed locally
✔ Check native tooling versions
✔ Check that packages match versions required by installed Expo SDK
✔ Check that native modules use compatible support package versions for installed Expo SDK
Didn't find any issues with the project!
Error output
Installing sqlite3 (3.42.0)
[!] Error installing sqlite3
[!] /usr/bin/curl -f -L -o /var/folders/p2/2788nfhd7xq3pnnk81v00sf00000gn/T/d20240414-1808-1q9zeeo/file.zip https://www.sqlite.org/2023/sqlite-src-3420000.zip --create-dirs --netrc-optional --retry 2 -A 'CocoaPods/1.14.3 cocoapods-downloader/2.1'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:01:15 --:--:-- 0
curl: (28) Failed to connect to www.sqlite.org port 443 after 75008 ms: Couldn't connect to server
Reproducible demo or steps to reproduce from a blank project
eas build --profile production --platform ios
The text was updated successfully, but these errors were encountered: