home.social

#xcframework — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #xcframework, aggregated by home.social.

  1. 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.

    #UIKit #XCFramework #iOSDev #Xcode

  2. 🧙‍♂️✨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? 😂🌀
    alt-romes.github.io/posts/2025 #DependencyHell #TechWizards #HackerNews #ngated

  3. 🧙‍♂️✨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? 😂🌀
    alt-romes.github.io/posts/2025 #DependencyHell #TechWizards #HackerNews #ngated

  4. 🧙‍♂️✨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? 😂🌀
    alt-romes.github.io/posts/2025 #DependencyHell #TechWizards #HackerNews #ngated

  5. @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.

    #Xcode15 #xcframework

  6. Finally, one step closer: This only happens with binary targets/XCFramework. 🤨

    #Swift #SPM #XCFramework #iOS