I recently converted to expo's bare workflow to be able to access their In App Purchase package, and am having trouble building it. I run npx react-native run-ios and end up with this error:
The following build commands failed:CompileC /Users/louis/Library/Developer/Xcode/DerivedData/motivationapp-grdlmxisqpzrubarwhyxyaornqcr/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXNotifications.build/Objects-normal/x86_64/EXUserFacingNotificationsPermissionsRequester.o /Users/louis/Desktop/motivationapp/node_modules/expo-notifications/ios/EXNotifications/Permissions/EXUserFacingNotificationsPermissionsRequester.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler(1 failure)
I don't know where to start to try and fix this, so if anyone has any ideas it would be greatly appreciated! Thanks so much.