iOS build error - missing file

Using Expo to build a react-native project, and when I attempt to compile in XCode, I get the following error:

ios/Pods/ExpoKit/ios/Exponent/Versioned/Core/UniversalModules/EXExpoUserNotificationCenterProxy.h:5:9: ‘EXPermissionsInterface/EXUserNotificationCenterProxyInterface.h’ file not found

I have tried Googling this error and got nothing of use. I have ejected my Expo project. I have tried deleting and reinstalling my node_modules and Pods directories, clearing my DerivedData and restarting XCode but nothing seems to work. Any help would be greatly appreciated!

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