-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
bug: #1341
Comments
Hello just wondering if you managed to fix this because I'm getting the same error |
Title: Description: Error Log> @acme/[email protected] android /apps/expo
> expo run:android
› Building app...
FAILURE: Build failed with an exception.
* Where:
Settings file '/apps/expo/android/settings.gradle' line: 36
* What went wrong:
A problem occurred evaluating settings 'memo'.
> Could not find method useExpoVersionCatalog() for arguments [] on extension 'expoAutolinking' of type expo.modules.plugin.ExpoAutolinkingSettingsExtension. My
|
Encountering the same error in my project. Tried cloning a fresh project from main, but still getting the error. I decided to take a look at the settings.gradle file in another team members repo, and his looked significantly different from mine. I am fairly certain the problem occured after running a clean prebuild. To reproduce
This gives me the same error as the person above Environment
settings.gradle before clean prebuild
settings.gradle after clean prebuild
|
Provide environment information
Build fails on android on the latest version of this repo.
Describe the bug
Did all the steps and returns TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".ts" when doing pnpm dlx expo prebuild --clean and wont run when doing pnpm android at all, it returns this error: Could not find method useExpoVersionCatalog() for arguments [] on extension 'expoAutolinking' of type expo.modules.plugin.ExpoAutolinkingSettingsExtension.
Link to reproduction
https://github.com/t3-oss/create-t3-turbo
To reproduce
Clone a clean copy, dopnpm i, cd apps/expo, pnpm dlx expo prebuild --clean and pnpm android. I will fail on the last two steps
Additional information
Im using windows 11, node v22.14.0.
The text was updated successfully, but these errors were encountered: