xcframework Questions
1
The situation
I was just migrating to latest XCode12.4, thus I have precompiled all of my dependencies to xcframeworks. Now i am using xcconfig to link against some of these frameworks.
I am having...
Infelicitous asked 19/2, 2021 at 17:0
0
My iOS project is split up in several SPM modules. Now I would like to distribute some of them as .xcframework.
Is there a way to automatically create .xcframeworks out of the SPM modules? Or some ...
Hoedown asked 2/2, 2021 at 20:55
1
I have created one xcframework in Swift Language.
I have marked by .swift class with @objc as well.
I tried to use <frameworkname-Swift.h> in objective c project, But it is showing Module not...
Orford asked 8/1, 2021 at 7:11
1
I'm trying to generate xcframework file from the MyFramework.framework file.
I'm running the following command:
xcodebuild -create-xcframework -framework "MyFramework.framework"
-output ...
Defenestration asked 17/9, 2020 at 14:44
1
Solved
We are unable to distribute our sample app which uses our framework as well as our users can't.
While archiving and distributing to AppStore, the app is rejected with the following message:
Invalid...
Bertabertasi asked 30/11, 2020 at 16:53
1
Solved
I have written the below commands in a script file to create XCFrameworks for both iPhoneSimulator and iPhoneOS like this below:
xcodebuild archive -scheme "ProjectD" -archivePath "/...
Spiritoso asked 21/12, 2020 at 8:30
1
I'm developing a closed source framework that will be distributed as an XCFramework using SPM. This is possible thanks to the new binaryTarget(name:path:) and binaryTarget(name:url:checksum:) metho...
Cherida asked 9/12, 2020 at 16:1
0
I have developed an XCFramework, which internally has another third-party framework. For example, consider 'Sample' is the xcframework, it internally has Alamofire framework. Now I am importing thi...
Duty asked 7/12, 2020 at 14:41
1
Solved
We are developing a framework that is dependent on some firebase dependencies like login, analytics, etc. Once our framework is developed we will distribute it to our customers.
Things to be taken ...
Volumeter asked 7/11, 2020 at 7:34
1
Xcode (11.2.1 & 11.3.1) is having issues to found x86_64 architecture symbols while using XCFrameworks. The problem is that the architecture is inside the XCFramework, but first let me show you...
Shun asked 7/2, 2020 at 15:25
0
I'm developing an XCFramework which has a lot of good documentation (as docstrings/Markup Apple Markup Formatting Reference) for its public interface. However, when the framework is included in a c...
Interlunation asked 2/10, 2020 at 8:9
6
I have an Xcode workspace which features a project with an iOS Application target, and another project with a Framework target. The framework target is dependent on another framework, which is inte...
Ingratiating asked 5/2, 2020 at 14:49
0
I'm trying to create XCFramework, which has inside several dependencies imported with SPM. I set BUILD_LIBRARIES_FOR_DISRTIBUTION to YES for target.
But this warning inside of XCFramework Project...
Cancer asked 5/1, 2020 at 7:56
© 2022 - 2024 — McMap. All rights reserved.