Post

Replies

Boosts

Views

Activity

Comment on swift Process() return values
@eskimo When pipe.fileHandleForWriting.closeFile() is called, the process exits with singal 9 (SIGKILL). When I try to acquire the file handle manually, the NSException thrown says [NSConcreteFileHandle fileDescriptor]: Bad file descriptor. So what's up with that last line?
Topic: App & System Services SubTopic: General Tags:
Jul ’21
Comment on Codex integration just stopped working
Judging by apples bugfix trackrecord (they haven't fixed any of my reported bugs in the last 8 years at least), you will probably have to wait until Xcode 27 at best or never at worst.
Replies
Boosts
Views
Activity
1w
Comment on Codex integration just stopped working
When i manually set the model in ~/Library/Developer/Xcode/CodingAssistant/codex/config.toml it is still not working.
Replies
Boosts
Views
Activity
2w
Comment on Codex integration just stopped working
Thanks, but I don't know what I am supposed to do with that information. If I am not signed in, I can't switch the used model.
Replies
Boosts
Views
Activity
2w
Comment on Codex integration just stopped working
You can't really sign in with an access token. Because OpenAI vibecoded their whole backend, for some reason you cannot use your plan by using Access Tokens, only metered billing.
Replies
Boosts
Views
Activity
2w
Comment on What happened to CMD-Option-Click?
Yes, but Xcode 26 had different values set as default. Probably an issue with default migration.
Replies
Boosts
Views
Activity
Sep ’25
Comment on Xcode 16 RC - failed to download Predictive Code Completion Model
Issue still persists
Replies
Boosts
Views
Activity
Sep ’24
Comment on Can't create new app version on App Store Connect
Still not working. "We can't process your request." Can't create new versions.
Replies
Boosts
Views
Activity
Jul ’24
Comment on Why can't Protocols be nested in other Types?
Its clear that you only work on toy projects. Try working on anything with 100k+ lines, then you will see how your "light" frameworks scale if you need to create 100 of them just for namespacing.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Xcode 13.3 cycle in dependencies between targets
Enabling com.apple.dt.XCBuild EnableSwiftBuildSystemIntegration is what CAUSED the issue for me. Disabling it solved it.
Replies
Boosts
Views
Activity
Aug ’22
Comment on OutlineView in SwiftUI
OutlineGroup is a joke IMHO, it neither has the style nor the featureset of a real NSOutlineView.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Comment on swift Process() return values
@eskimo When pipe.fileHandleForWriting.closeFile() is called, the process exits with singal 9 (SIGKILL). When I try to acquire the file handle manually, the NSException thrown says [NSConcreteFileHandle fileDescriptor]: Bad file descriptor. So what's up with that last line?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21