I am trying to build my app to create an archive of it.
While the app builds using the iOS Simulators -> iPhone 13 option,
the app build immediately throws this error when Build -> Any iOS Device (armv7) is selected:
error, fatal error: module map file '.../Library/Developer/Xcode/DerivedData/traxx-dgtpfuavirrxyxbqnoyuwidvccjk/Build/Products/Debug-iphoneos/YogaKit/YogaKit.modulemap' not found
I believe this error is caused as the iOS Device selection is of armv7. I was able to build this app on my previous laptop using the arm64 option.
How do I get that option back?