SwiftTabler icon indicating copy to clipboard operation
SwiftTabler copied to clipboard

using on M1 requires work around due to "Could not find module for target 'x86_64-apple-ios-simulator'"

Open kostiagather opened this issue 2 years ago • 5 comments

probably not a high priority, but would be helpful to avoid requiring to open XCode with Rosetta

kostiagather avatar Feb 24 '23 15:02 kostiagather

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.

reedes avatar Mar 19 '23 21:03 reedes

Anything I could be missing in settings? I believe I have tried everything that would be needed for this?

kostiagather avatar Mar 20 '23 13:03 kostiagather

StackOverflow and Apple Dev forums look to have some posts on error message.

I'm not familiar with those architecture-related settings though.

reedes avatar Mar 20 '23 16:03 reedes

yeah, went through what seems to be all possible variations of settings

kostiagather avatar Mar 20 '23 18:03 kostiagather

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.

reedes avatar Mar 21 '23 03:03 reedes