eas build --local issue after upgrading to 46.0.1

Hi

I have currently build issue with sdk 46. I was first on beta.6 and wanted to try release 46.0.1

After update from 46.beta.6 to 46.0.1, when I try to build my development app locally I have the following error:

Invalid `Podfile` file: cannot load such file -- /private/var/folders/md/1qkynwbs1216d57grkbc682h0000gn/T/eas-build-local-nodejs/7cbfa80d-726a-455d-b575-e94c2a2d0568/build/node_modules/expo-modules-autolinking/scripts/ios/xcode_env_generator.

EAS version

eas -v
eas-cli/0.55.1 darwin-arm64 node-v16.13.1

eas-cli-local-build-plugin version

npm list -g 
...
eas-cli-local-build-plugin@0.0.88
...

I have a similar issue when build is made on expo servers

Invalid `Podfile` file: cannot load such file -- /Users/expo/workingdir/build/node_modules/expo-modules-autolinking/scripts/ios/xcode_env_generator.

can you run npm why expo-modules-autolinking to see what version of the package is included in your project? it should be 0.10.1

1 Like

Apparently this is no longer needed.

removing it fixes the issue, thanks !

Updating expo-modules-autolinking from 0.10.0 to 0.10.1 fixes the issue, thanks a lot !

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.