You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Application works fine when debugging, but when I try to archive it for macOS, it shows error: unknown target CPU 'apple-m1' in c++ module. Anyone knows how to solve this?
The text was updated successfully, but these errors were encountered:
I have noticed that I can actually archive it from terminal, while Xcode fails. Looks like for some reason Xcode uses some different version of compiler or settings. Anyway, on M1, I was able to archive it using: xcodebuild -target macOS -scheme ProjectName archive
Application works fine when debugging, but when I try to archive it for macOS, it shows error: unknown target CPU 'apple-m1' in c++ module. Anyone knows how to solve this?
The text was updated successfully, but these errors were encountered: