SwiftTabler
SwiftTabler copied to clipboard
using on M1 requires work around due to "Could not find module for target 'x86_64-apple-ios-simulator'"
probably not a high priority, but would be helpful to avoid requiring to open XCode with Rosetta
That’s weird, as I developed and maintain the package on an M1 MBP and haven’t seen that issue.
I’ll leave this open in case someone else encounters it and has an explanation.
Anything I could be missing in settings? I believe I have tried everything that would be needed for this?
StackOverflow and Apple Dev forums look to have some posts on error message.
I'm not familiar with those architecture-related settings though.
yeah, went through what seems to be all possible variations of settings
If you hadn't tried it, try building package from command line outside of Xcode, to see if same error appears. "swift build" I think is the command.