Post

Replies

Boosts

Views

Activity

Reply to Building for Simulator works in Xcode 12 beta but not with xcodebuild
For anyone else that discovers this question the root problem, as far as I can tell, is using SYMROOT to force a destination for the archive. This has worked in all other versions of xcodebuild that I can remember but it seems to break the linker’s understanding in the Xcode 12 beta 5 toolchain. Without defining SYMROOT the project builds and archives as expected. I still haven’t figured out how to override the archive destination, though.
Sep ’20