failed running in xcode

My project fails to build because files are missing:

node_modules/expo/node_modules/expo-web-browser/ios/EXWebBrowser/EXWebBrowser.m
pure-energie/node_modules/expo/node_modules/expo-file-system/ios/EXFileSystem/EXFilePermissionModule.m

how do i get these installed?

Hey @brandcube,

Can you try running expo install expo-web-browser and expo install expo-file-system? Doing so should resolve this issue.

Cheers,
Adam

I did but the folders aren’t there.

does not exits:

node_modules/expo/node_modules/expo-web-browser/ios/EXWebBrowser/EXWebBrowser.m

does exist:

node_modules/expo-web-browser/ios/EXWebBrowser/EXWebBrowser.m

but when building it keeps checking in the expo node_modules folder.