Hi all
In order to run my project in Apple Silicon I had to exclude the arch arm64.
But I'm getting this error, could you add support to this please?
Could not find module 'Then' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/.../.../Developer/Xcode/DerivedData/..../Build/Products/Debug-iphonesimulator/Then.swiftmodule
To reproduce it:
In M1 - Apple Silicon Mac:
- -Create new project
- Instal Swift package
Then 6.0.0
- In build settings add
excluded Architecture for Any iOS simulator SDK = arm64

4. Import Then in ViewController.swift
5. Try to compile the project

Hi all
In order to run my project in Apple Silicon I had to exclude the arch
arm64.But I'm getting this error, could you add support to this please?
Could not find module 'Then' for target 'x86_64-apple-ios-simulator'; found: arm64-apple-ios-simulator, at: /Users/.../.../Developer/Xcode/DerivedData/..../Build/Products/Debug-iphonesimulator/Then.swiftmodule
To reproduce it:
In M1 - Apple Silicon Mac:
Then 6.0.0excluded ArchitectureforAny iOS simulator SDK=arm64
4. Import Then in ViewController.swift 5. Try to compile the project