Post

Replies

Boosts

Views

Activity

Reply to dyld: Library not loaded
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 => 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.
Feb ’20
Reply to iOS ImageRenderer Unable to localize text correctly Bug
I can confirm, I also experiment this bug in iOS 17.4, but also iOS 18 (compiled against 17.4). If I have a Text() using a LocalizedStringKey, and my resource catalog is OK, my SwiftUI Preview Canvas is OK, but in the app when I tap on the button to export the view as an image with ImageRenderer, it goes back to English. I'm stuck. This is definitely a bug.
Jun ’24
Reply to App Store Connect invalidating binary during App Review - built with Xcode Cloud / Xcode 16 RC
Same problem, archived with Xcode Cloud, pushed on my git through the latest Xcode 15 on macOS Sequoia RC. Should I just push it again ? It can't be a bug on my side, I published a version two weeks ago with the same process. I won't push it with Xcode 16 RC just yet because although it compiles fine on my Mac, Xcode Cloud gives me random bugs.
Sep ’24