Post

Replies

Boosts

Views

Activity

Comment on Valid Architectures for Building a Universal Binary?
I moved an old project from a MacBook Pro/Catalina/Xcode 12.4 to a M1 Mac mini/Ventura/Xcode 15.2. Although the project on the MacBook Pro produced Universal builds for Intel and Apple Silicon, on the Mac mini it showed "No eligible devices connected to My Mac…" for the project's targets. After changing "VALID_ARCHS" from "i386 x86_64" to "x86_64 arm64" the Apple Silicon destination became available. Problem solved.
Feb ’24