#xcframework — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #xcframework, aggregated by home.social.
-
I'm an unhappy happy camper. Finally have Microsoft OneDrive uploads working in my app. But the MSAL.framework I embed (but make optional) crashes the app on launch on iOS 12:
DYLD, Symbol not found: ___chkstk_darwin
The crash also mentions the framework was built for iOS 13. Which is correct. So it'd be nice if it just ignored it. 😄
Anyone know if there's a trick to avoid loading of newer frameworks? I have access to the source code so I can get creative.
-
🧙♂️✨Welcome to the magical world where #Haskell and #Swift somehow "talk," all wrapped up in a shiny #XCFramework package!📦🔧 Follow this riveting tale of dependency hell, where tech wizards tackle marshalling and the foreign function interface—because who needs simple, right? 😂🌀
https://alt-romes.github.io/posts/2025-07-05-packaging-a-haskell-library-as-a-swift-binary-xcframework.html #DependencyHell #TechWizards #HackerNews #ngated -
🧙♂️✨Welcome to the magical world where #Haskell and #Swift somehow "talk," all wrapped up in a shiny #XCFramework package!📦🔧 Follow this riveting tale of dependency hell, where tech wizards tackle marshalling and the foreign function interface—because who needs simple, right? 😂🌀
https://alt-romes.github.io/posts/2025-07-05-packaging-a-haskell-library-as-a-swift-binary-xcframework.html #DependencyHell #TechWizards #HackerNews #ngated -
🧙♂️✨Welcome to the magical world where #Haskell and #Swift somehow "talk," all wrapped up in a shiny #XCFramework package!📦🔧 Follow this riveting tale of dependency hell, where tech wizards tackle marshalling and the foreign function interface—because who needs simple, right? 😂🌀
https://alt-romes.github.io/posts/2025-07-05-packaging-a-haskell-library-as-a-swift-binary-xcframework.html #DependencyHell #TechWizards #HackerNews #ngated -
Automatically Packaging a Haskell Library as a Swift Binary XCFramework
#HackerNews #Haskell #Swift #XCFramework #Programming #Automation
-
@younata If you find a solution let me know because I’ve been looking for one too for the exact same reason. In my naïveté I thought build external target would be the way, and that’s how the documentation for it read to me, but it also runs after the xcframework exists checks and not before.
-
Finally, one step closer: This only happens with binary targets/XCFramework. 🤨