skip to Main Content

Xcode – Compiling for macOS arm64 arch

I am using macOS 10.15.7 to build a simple hello world C++ program for macOS arm64 architecture (not iOS). I have Xcode 12 installed. I tried the following: xcodebuild -project TestApp.xcodeproj clean build ARCHS=arm64 EXCLUDED_ARCHS="" But received the following error:…

VIEW QUESTION
Back To Top
Search