Issue setting frameworkName
See original GitHub issueI’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:
- Created a year ago
- Comments:11
Top 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 >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
I don’t think so, that’s a separate repo thus it may follow different versioning
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