Lukasz KurantCreating your own CocoaPod for the OpenCV libraryCompilation of the OpenCV library and publication of the custom xcframework in the form of a CocoaPod module.5d ago
Eng MohammedessamAutomating XCFramework ConversionAs an iOS developer, you might find yourself needing to convert your frameworks into XCFrameworks. Apple introduced XCFrameworks to improve…Sep 12Sep 12
El Moez AmiraBuild your first XCFramework -How to create an iOS framework Pt 1In the previous post (Pt 0), we kicked off this series by breaking the ice, now that we can skip formalities, we will move to the real…May 3, 20225May 3, 20225
Paul BancarelMake your manufacturer framework compatible with your iOS simulator (x86_64 or arm64)Sometimes, manufacturers do not provide version of their SDK that are compatible with simulators. This is particularly painful when you…Jun 29Jun 29
Lukasz KurantCreating your own CocoaPod for the OpenCV libraryCompilation of the OpenCV library and publication of the custom xcframework in the form of a CocoaPod module.5d ago
Eng MohammedessamAutomating XCFramework ConversionAs an iOS developer, you might find yourself needing to convert your frameworks into XCFrameworks. Apple introduced XCFrameworks to improve…Sep 12
El Moez AmiraBuild your first XCFramework -How to create an iOS framework Pt 1In the previous post (Pt 0), we kicked off this series by breaking the ice, now that we can skip formalities, we will move to the real…May 3, 20225
Paul BancarelMake your manufacturer framework compatible with your iOS simulator (x86_64 or arm64)Sometimes, manufacturers do not provide version of their SDK that are compatible with simulators. This is particularly painful when you…Jun 29
Yasin AkbasDistribution of XCFrameworks: A Comprehensive GuideWith the increasing complexity of modern applications, distributing reusable code across multiple platforms has become crucial…Jun 13
BrightoningHow to use an XCFramework Bundle Directly in a Swift PackageXCFramework is a bundle format used to distribute binary deliveries for multiple platform, whereas Swift package is mostly intended for…Jun 22
Ivan EspitiaUse XCFramework (With SPM dependencies) as a SPM (Swift Package Manager)Sometimes when we work creating separate private modules, we make a external proyects as a xcframeworks to maintain the code secure for…Sep 14, 20225