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
When I run eas update for the preview branch, all the assets are exported except the ones that are being used in the app.json file i.e. splash.png, icon.png, adaptive-icon.png, and favicon.png. All the assets are in the right folder and paths are fine too.
Build/Submit details page URL
No response
Summary
When I run eas update for the preview branch, all the assets are exported except the ones that are being used in the app.json file i.e. splash.png, icon.png, adaptive-icon.png, and favicon.png. All the assets are in the right folder and paths are fine too.
Managed or bare?
bare
Environment
expo-env-info 1.2.0 environment info:
System:
OS: macOS 14.4.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.14.0 - ~/.nvm/versions/node/v20.14.0/bin/node
Yarn: 1.22.17 - /opt/homebrew/bin/yarn
npm: 10.7.0 - ~/.nvm/versions/node/v20.14.0/bin/npm
Managers:
CocoaPods: 1.11.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 23.0, iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.9862592
Xcode: 15.0.1/15A507 - /usr/bin/xcodebuild
npmPackages:
expo: ^51.0.32 => 51.0.32
expo-router: ~3.5.23 => 3.5.23
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
react-native: 0.74.5 => 0.74.5
react-native-web: ~0.19.10 => 0.19.12
npmGlobalPackages:
eas-cli: 12.0.0
expo-cli: 6.3.10
Expo Workflow: managed
Error output
No error.
Reproducible demo or steps to reproduce from a blank project
eas update --branch preview --message "Initial app update."
Logs:
As you can see in the logs above, all the assets inside the
images
folder are exported except the assets that are being used in theapp.json
file.The text was updated successfully, but these errors were encountered: