Post

Replies

Boosts

Views

Activity

Reply to Swift Decimal binary integer generic initializer fatal error
Looks like that was fixed !!! Works now with Xcode 16.3 !!!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to Swift Decimal binary integer generic initializer fatal error
Yes that's why I mentioned "regardless of the value used". It crashes with any value. The generic initializer doesn't work at all. The solution proposed would require me to create multiples methods for all kind of integers and that's not an option.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to NSMenuItem keyEquivalent does not show up
"e" is already assigned for the main menu Edit > Find > Use Selection for Find ⌘E. You can't assign an already existing keyEquivalent letter. You need to choose another letter or change the already existent one.
Replies
Boosts
Views
Activity
Mar ’22