Posts

Post not yet marked as solved
7 Replies
Same problem here. Mac Mini M2 Pro with Sonoma 14.2 But it does not meet the requirement of having macOS 13.5 The new math system says 14.2 < 13.5
Post not yet marked as solved
3 Replies
I'm experiencing the same thing. Did anyone find a solution ? It's really dragging my app down. I want it to be snappy.
Post marked as solved
18 Replies
I have found another fix, because one of my Objective-C frameworks wouldn't work well with Swift without being called as a framework.After your pod, add the modular_headers argument like this : # Comment the next line if you don't want to use dynamic frameworks # use_frameworks! # Pods for SmartInvest pod 'GRDB.swift',:modular_headers =&gt; trueOn another note, I wanted to try on Xcode 11.4 Beta 1 or 2, because they fixed so many things, but there's a compiler bug that prevents basic SwiftUI Binding variables from being compiled. I hate to say this, but it really shows Apple has an issue with software quality since 4-5 years. The Xcode 11.4 Beta cycle is useless as of now.
Post marked as solved
16 Replies
Also happening in Xcode 11.4 Beta 2 unfortunately. We'll have to wait another 2 weeks to, maybe, have a fix, but the problem doesn't figure in the releases notes. Anybody found a workaround?
Post marked as solved
18 Replies
This did not work on my setup, however @Valrani put the finger on a solution that also works for me!Thanks everyone