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.

Issue setting frameworkName

See original GitHub issue

I’m trying to use KMMBridge with https://github.com/joreilly/Confetti. The github workflow etc seems to work fine but when I try to add in XCode I’m getting the following

downloaded archive of binary target 'shared' does not contain expected binary artifact named 'shared'

I have following in build.gradle.kts for shared code

kmmbridge {
    frameworkName.set("ConfettiKit")
    githubReleaseArtifacts()
    githubReleaseVersions()
    spm()
    versionPrefix.set("0.7")
}

and also have following

        it.binaries.framework {
            baseName = "ConfettiKit"
        }

Should there be any additional configuration needed for this?

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:11

github_iconTop GitHub Comments

1reaction
gobetticommented, Oct 21, 2022

I don’t think so, that’s a separate repo thus it may follow different versioning

1reaction
gobetticommented, Oct 20, 2022

if I understand correctly, once the fix is in, it should work the way you’ve described in the OP: frameworkName.set("...")

the parameter already existed but wasn’t used when writing the Package.swift file

Read more comments on GitHub >

github_iconTop Results From Across the Web

EF Migrations: The parameter 'frameworkName' cannot be an ...
I'm following some tutorials on plural sight on how to setup my first web api using .netcore. I'm having an issue trying to...
Read more >
'FrameworkName cannot have less than two components or ...
A simple workaround would be to Enable "Just My Code" option. Let me know if this is an acceptable solution or not, we...
Read more >
Breaking change: Update FrameworkName to ".NET" #33680
I couldn't add an area label to this Issue. Checkout this page to find out which area owner to ping, or please add...
Read more >
'FrameworkName' is not a member type of ... - Swift Forums
I've created a sample project to simplify the problem: This is my framework code: import UIKit @objc public class LoveThis: NSObject { @objc ......
Read more >
UpdateFramework - AWS Backup
Updates an existing framework identified by its FrameworkName with the input document in JSON format. Request Syntax. PUT /audit/frameworks/ frameworkName HTTP/ ...
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