Post

Replies

Boosts

Views

Activity

Reply to Codex Requests Failing in Xcode 26.5 and Xcode 27 Beta
@Engineer no this didn't work. I removed every keychain entry named Codex* (had a few of them in my keychain). After that I reopened Xcode and signed in via my OpenAI account. Same problem again. So I switched back to the API key, which works again without problems.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Codex Requests Failing in Xcode 26.5 and Xcode 27 Beta
I fixed this problem by logging out from codex / OpenAI and using an API key instead. Before I tried to reinstall the codex agent (via Xcode) I also deleted the whole ~/Library/Developer/Xcode/CodingAssistant folder. But nothing helped.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Xcode 26 fails to load SPM packages
Switching git fixed my problem: defaults write com.apple.dt.Xcode IDEPackageSupportUseBuiltinSCM YES
Replies
Boosts
Views
Activity
Mar ’26
Reply to Xcode 26 fails to load SPM packages
I have the same problem with Xcode 26.3 and Xcode 26.4 (Beta 3).
Replies
Boosts
Views
Activity
Mar ’26
Reply to Xcode 26 + iOS 26 debugging is extremely slow
I have similar experience and don’t know how to fix this 😕
Replies
Boosts
Views
Activity
Nov ’25
Reply to Xcode 16.x project doesn’t build with (SiriKit / Widget) intent definition file + translations
I have already created a bug report FB ID: FB16081872
Replies
Boosts
Views
Activity
Dec ’24
Reply to NavigationSplitView behaves not right with `SwiftData`
Could you fix this problem, I ran into a similar problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to iPad SwiftData NavigationSplitView{} detail view not refreshing
Please provide some example code, so the problem can be reproduced.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to ShareLink doesn't attach file on watchOS
My problem was, that my file was empty. So it wasn't attached. But maybe it also doesn't work with a normal file. I found another solution afterwards.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Reply to xCode localization export failed for shared framework with multiple destinations
Today I ran into the same problem, is there already a solution for this problem?
Replies
Boosts
Views
Activity
Nov ’22
Reply to SwiftUI TabView with page style doesn't present dots on watchOS
This was a watchOS 9 Beta bug and is fixed with the latest Beta version.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to App Intent parameter type file
I have solved the problem by myself. IntentFile was the correct type. @Parameter(title:"File") var file: IntentFile
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to App Intent parameter type file
It looks like this should be possible. To I need to set something special on the @Parameter property wrapper?.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to SwiftUI TabView with page style doesn't present dots on watchOS
Xcode 14.0 Beta 5 didn't fix the problem.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to How can I suppress warning that "Conversion to Swift 5 is available"?
I ran into the same problem. Xcode 13.3 (Beta 1) als presents this warning.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’22