Mac differences Intel Vs M1 for npx expo run:ios

Hi all
I have an intel desktop mac and an m1 chip latop
I started my app/build on the intel mac and when I run npx expo run:ios on it the app runs jsut fine
when i do this on the M1 mac I keep running into this error:

| import ExpoModulesCore
| ^ could not find module ‘ExpoModulesCore’ for target ‘x86_64-apple-ios-simulator’; found: arm64-apple-ios-simulator, at: /Users/matthewfreeman/Library/Developer/Xcode/DerivedData/divegomobile-grfuxdqjhhrsyhhaxeuvobmlrelx/Build/Products/Debug-iphonesimulator/ExpoModulesCore/ExpoModulesCore.swiftmodule

I have be unsuccessful in locating any instructions that would show me what changes/differences are needed in my app to get it to run properly on the M1 chip mac.

Can anyone please point me at the proper doc to get my ios build working on the M1or provide instructions on what i need to change to get it to work?

I would really like to be able to get my iOS version working on my M1 mac so I would be grateful for any help figuring this out

Thanks!