Error (Xcode): unsupported option '-G' for target 'x86_64-apple-ios14.0-simulator'
I keep getting this error when trying to running my program. I asked chatgpt, deep-seek, and cursor yet nothing... Can anyone help! Thanks
Error (Xcode): unsupported option '-G' for target 'x86_64-apple-ios14.0-simulator'
I keep getting this error when trying to running my program. I asked chatgpt, deep-seek, and cursor yet nothing... Can anyone help! Thanks
I'd start by searching your Xcode project build settings, build scripts, and .xcconfig
files to see if any target is passing -G
as an extra argument during your build. Beyond that, we need to know significantly more about your project in order to help you — how it is configured, the complete text of the error message, what target it is coming from, and so on.
— Ed Ford, DTS Engineer