Posts

Post marked as solved
4 Replies
Final update, for anybody who finds this. Replace the use of SYMROOT with BUILD_DIR and you’re back on track. Easy!
Post marked as solved
4 Replies
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.
Post not yet marked as solved
2 Replies
I'm experiencing the same issues. No matter how I format OTHER_CODE_SIGN_FLAGS arguments I cannot convince xcodebuild to use a custom keychain.As far as I can tell from `xcodebuild -help` and searching online OTHER_CODE_SIGN_FLAGS is the only way to set a custom keychain. I would love to hear from someone else if they have alternate solutions.