python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Create XCFramework with multiple framworks
I am first time trying to create a XCFramework with below command.
xcodebuild -create-xcframework \
-framework ./Logger-iOS.xcarchive/Products/Library/Frameworks/Logger.framework \
-framework ./Logger...
smartsanja
Votes: 0
Answers: 0
Errors trying to build a framework using old Swift toolchain
I'm trying to create a distributable xcframework with module stability enabled.
To test if module stability is functioning correctly (using Xcode 13.3), I installed a old swift toolchain for xcode tha...
Aswath
Votes: 0
Answers: 0
Xcode 13.3/XCFramework compile error: section __DATA/__bss has type zero-fill but non-zero file offset for architecture arm64
One of my XCFrameworks throws the following error when building with Xcode 13.3 on running on the M1 chip.
section __DATA/__bss has type zero-fill but non-zero file offset for architecture arm64
The...

jshapy8
Votes: 0
Answers: 1
Publishing the XCFramework
I want to modularise my codebase to distribute it like third party libraries. I followed the article for the same. So far I have been able to split the code into three modules (Networking, Core & ...

Vinod Kumar Singh
Votes: 0
Answers: 0