[iOS] Build fails in CI Build with `DroidKaigiMPP` xcframework
See original GitHub issueKind (Required)
- Bug report (please use the other template)
- Proposal / Discussion
Overview (Required)
-
In iOS App, when CI builds
Debug
orRelease
project and it depends onDroidKaigiMPP
target, it fails.- Like this action https://github.com/DroidKaigi/conference-app-2021/actions/runs/932648605 .
... /Users/runner/work/conference-app-2021/conference-app-2021/ios/Sources/Model/Author.swift:1:8: error: no such module 'DroidKaigiMPP' import DroidKaigiMPP ...
-
I tried various things, but they are not working.
- Try to depend
AppFeature
library withEmbed & Signed
. - Export
AppFeature
library withdynamic library
- Add
DroidKaigiMPP
xcframework to Xcode Project’s dependency framework.
- Try to depend
-
This problem doesn’t happen in my local environment.
I would like to investigate this problem in this issue 🙏🏼
Links
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Xcode 12 ProcessXCFramework fails to copy headers on build
I'm trying to build and run my app from Xcode 12 but the ProcessXCFramework step fails telling me that it could'n't copy the...
Read more >Build errors with nested dependencies and --use-xcframeworks
If I move the correctly built AppAuth_iOS framework to the Carthage/Build/iOS directory, then I can suddenly build pace-cloud-sdk as well. I'm ...
Read more >Failed to archeive XCFramework while creating framework ...
I'm trying to create a universal framework which including my internal project code+logics including some cocoapods file like Alamofire and ...
Read more >Resolving LLDB "Couldn't IRGen Expression" Errors When ...
The first step ensures portable debug information is generated when building our XCFramework dependencies. Step 2 provides a way for LLDB to ...
Read more >Xcode and XCFrameworks — new format of packing frameworks
To compile them in advance, using already built dependencies. When choosing the second option, it becomes logical to use CI/CD systems for ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@watanavex @myihsan let me mention for solving the issue 🙇
@myihsan Thanks! It looks good!
If your solution succeeded, please create new pull request (Fix CI changes only) 🙏🏼 And after merge it, in current PRs, let’s merge it and continue.