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 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
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 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 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 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 Xcode 16 RC - failed to download Predictive Code Completion Model
Issue still persists
Replies
Boosts
Views
Activity
Sep ’24
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