I'm running Xcode27.0 beta on MacOS27 beta, so I can't just go back and run Xcode26.
updating the Info.plist BuildMachineOSBuild was rejected. But Xcode 26.6 CLI is still viable:
Point shell release Xcode (not beta):
export DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer"
Bump build number (higher than prior, for me 6):
/usr/libexec/PlistBuddy -c 'Set :CFBundleVersion 6' appname/Info.plist
Archive w/release SDK:
xcodebuild archive
-project appname.xcodeproj
-scheme appname
-configuration Release
-destination 'generic/platform=iOS'
-archivePath build/appname.xcarchive
-allowProvisioningUpdates
Export for App Store:
xcodebuild -exportArchive
-archivePath build/appname.xcarchive
-exportPath build/export
-exportOptionsPlist ExportOptions.plist
-allowProvisioningUpdates
Use Transporter to distribute to App Store Connect.
Choose build: build/export/youappname.ipa.
Deliver.
There really needs to be an official way for developers in Beta to a/do Internal testing. wtf. b/still deliver.
This is a gap.
Good luck.
Topic:
Developer Tools & Services
SubTopic:
Xcode Cloud
Tags: