luicfrr / react-native-vision-camera-face-detector

Vision Camera Frame Processor Plugin to detect faces using MLKit Face Detector
https://www.npmjs.com/package/react-native-vision-camera-face-detector
MIT License
75 stars 16 forks source link

npx expo run:ios gives could not find module 'ExpoModulesCore' for target 'x86_64-apple-ios-simulator' #53

Closed samsuchin closed 2 months ago

samsuchin commented 2 months ago

When I run

npx expo run:ios

I get this error

`❌ (ios/Pods/Target Support Files/Pods-WinaBillion/ExpoModulesProvider.swift:8:8)

6 | */ 7 |

8 | import ExpoModulesCore | ^ could not find module 'ExpoModulesCore' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/samsuchin/Library/Developer/Xcode/DerivedData/WinaBillion-egnnxyuhythubkgnhdlwrdpsmfoo/Build/Products/Debug-iphonesimulator/ExpoModulesCore/ExpoModulesCore.framework/Modules/ExpoModulesCore.swiftmodule 9 | import ExpoAdapterGoogleSignIn 10 | import EXConstants 11 | import ExpoCrypto

› 1 error(s), and 1 warning(s)

CommandError: Failed to build iOS project. "xcodebuild" exited with error code 65.`

I have all the libraries installed, have my target os set to 14, and have done pod install successfully.

luicfrr commented 2 months ago

This error is not related to my package.