yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
7.01k stars 818 forks source link

Xcode 14.3 Start with Rosetta Destination #1350

Closed avkin88 closed 1 year ago

avkin88 commented 1 year ago

After update Xcode to 14.3 version the ability to run with Rosetta disappeared and now you need to go to the Product -> Destination -> Destination architectures -> Show Rosetta Destination and so every time after removing and generate .xcodeproj/.xcworkspace

yonaskolb commented 1 year ago

This seems to write into a UserInterfaceState.xcuserstate within xcuserdata which looks to be a binary file. If you aren't manually removing the project or it's workspace, XcodeGen will leave those files alone when it regenerates

avkin88 commented 1 year ago

thank you so much, for this advice) it works now)