question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[iOS] Build fails in CI Build with `DroidKaigiMPP` xcframework

See original GitHub issue

Kind (Required)

  • Bug report (please use the other template)
  • Proposal / Discussion

Overview (Required)

  • In iOS App, when CI builds Debug or Release project and it depends on DroidKaigiMPP target, it fails.

    ...
    /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 with Embed & Signed.
    • Export AppFeature library with dynamic library
    • Add DroidKaigiMPP xcframework to Xcode Project’s dependency framework.
  • This problem doesn’t happen in my local environment.

I would like to investigate this problem in this issue 🙏🏼

Links

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
takahiromcommented, Jun 17, 2021

@watanavex @myihsan let me mention for solving the issue 🙇

1reaction
ry-ittocommented, Jun 17, 2021

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found