I added a little note to explain *why* xcframeworks are needed at all. Thanks to @brennansv for the suggestion.
#xcode #ios #macos #apple #Objectivity #swift #framework #xcframework #development
https://www.humancode.us/2023/05/19/all-about-xcframeworks.html
#xcode #ios #macos #apple #objectivity #swift #framework #xcframework #development
I’ve dumped out most of what I’ve learned about xcframeworks into this blog post. I hope this post will be a one-stop shop to answer all your practical questions, including:
- What is an xcframework?
- What’s in an xcframework?
- How do I make an xcframework?
- How do I consume an xcframework?
Enjoy and please share!
#xcode #ios #macos #apple #objectiveC #swift #framework #xcframework #development
https://www.humancode.us/2023/05/19/all-about-xcframeworks.html
#xcode #ios #macos #apple #objectivec #swift #framework #xcframework #development
I'm #programming for desktop and mobile using #flutter but with #golang doing the heavy lifting. How? Like this: flutter calls a library in #dartlang that uses #ffi to call some #clang which acts as a bridge to call a library in an #xcframework which contains a set of platform and architecture dependent libraries written in go and compiled as a static libraries with an exposed c interface so that the ffi magic can work.
#programming #flutter #golang #dartlang #ffi #clang #xcframework