XCode v26.2 #27
Unanswered
quackerjeff
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Has anyone encountered issues with the new version of XCode and GitHub access? It only supports personal access tokens and it seems when I try to pull this package in as a dependency, it can't authenticate, so I try to add manually, but no dice. I have even tried pulling down this repo and building it directly but it fails. I use make and it fails too.
`✔ Test run with 84 tests in 12 suites passed after 0.151 seconds.
2026-02-06 09:54:20.000 xcodebuild[57823:16328788] [MT] IDETestOperationsObserverDebug: 4.604 elapsed -- Testing started completed.
2026-02-06 09:54:20.000 xcodebuild[57823:16328788] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start
2026-02-06 09:54:20.000 xcodebuild[57823:16328788] [MT] IDETestOperationsObserverDebug: 4.604 sec, +4.604 sec -- end
Test session results, code coverage, and logs:
/Users/jeffrey/Library/Developer/Xcode/DerivedData/Textual-fczlgwmamdsvgnfytvikcxjnmfah/Logs/Test/Test-Textual-2026.02.06_09-54-12--0500.xcresult
** TEST SUCCEEDED **
Testing visionOS visionOS Simulator,id=...
xcodebuild test -scheme Textual -destination platform="visionOS Simulator,id="
2026-02-06 09:54:23.715 xcodebuild[58070:16330995] Writing error result bundle to /var/folders/86/7h9fz_7d0hqgxj7b8krplndh0000gn/T/ResultBundle_2026-06-02_09-54-0023.xcresult
xcodebuild: error: missing value for key 'id' of option 'Destination'
Usage: xcodebuild [-project ] [[-target ]...|-alltargets] [-configuration ] [-arch ]... [-sdk [|]] [-showBuildSettings [-json]] [=]... []...
xcodebuild [-project ] -scheme [-destination ]... [-configuration ] [-arch ]... [-sdk [|]] [-showBuildSettings [-json]] [-showdestinations] [=]... []...
xcodebuild -workspace -scheme [-destination ]... [-configuration ] [-arch ]... [-sdk [|]] [-showBuildSettings] [-showdestinations] [=]... []...
xcodebuild -version [-sdk [|] [-json] [] ]
xcodebuild -list [[-project ]|[-workspace ]] [-json]
xcodebuild -showsdks [-json]
xcodebuild -exportArchive -archivePath [-exportPath ] -exportOptionsPlist
xcodebuild -exportNotarizedApp -archivePath -exportPath
xcodebuild -exportLocalizations -localizationPath -project [-defaultLanguage ] [-exportLanguage ... [-includeScreenshots]]
xcodebuild -importLocalizations -localizationPath -project [-mergeImport]
xcodebuild -resolvePackageDependencies [-project |-workspace ] -clonedSourcePackagesDirPath
xcodebuild -create-xcframework [-help] [-framewo`
Anyhow, would love some XCode 26.2 build guidance for using this package.
Thank you!
All reactions