Post

Replies

Boosts

Views

Activity

Reply to Upload Symbols Failed
Further investigation with dwarfdump --uuid allowed me to narrow it down to a third party crash reporting framework included as an XCFramework in the app. I've included other frameworks before but have never seen this warning. Any suggestions what the issue might be much appreciated! Cheers, Jay
Mar ’25
Reply to Umlauts broken in Sonoma 14.4?
Thanks for the feedback but not that straightforward I'm afraid - it's broken in Sonoma debug builds only, happening mostly for Umlauts in filenames as entered by the user, I'm not 'in the loop' here -> all AppKit (Save as -> user enters filename -> NSWindow shows broken document title) And, weirdest of all as mentioned: Only current Xcode on Sonoma in debug mode. Cheers, Jan
Topic: UI Frameworks SubTopic: AppKit Tags:
Jun ’24
Reply to SwiftUI crash on macOS 10.13 and 10.14
This bug occurs with Xcode 15.2 and 15.3. The same project compiled with Xcode 14.2 (14C18) on macOS 12.7.4 creates a binary that does not reference SwiftUI, all good and as expected. No idea why Xcode thinks that SwiftUI is required. The word SwiftUI occurs exactly twice in my build log, both: export LOCALIZED_STRING_SWIFTUI_SUPPORT\=YES
Topic: UI Frameworks SubTopic: AppKit Tags:
Apr ’24
Reply to Random C++ compiler errors in Xcode 15.3 (15E204a)
Interesting! Thanks for your insights. I could fix the compiler error that starts popping up with Xcode 15.3 by switching to a lambda, i.e. auto isEmpty = text.empty() || std::all_of(text.begin(), text.end(), [](const auto& c) { return std::isspace(c); }); though I can't see any reason why the original code should stop compiling under the latest compiler version... Cheers, Jay
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’24