Luca Spinazzola

Results 262 comments of Luca Spinazzola

That should be fairly easy to add... I could look into it when I have some time. But I have no guarantee's on a timeline. You are welcome to implement...

Has anyone published the fork of this PR, are they are not maintaining this anymore?

[Forked](https://github.com/luca992/multiplatform-swiftpackage) this pr and published it here 👍 settings.gradle: ``` pluginManagement { repositories { maven ("https://s01.oss.sonatype.org/content/repositories/releases/") } } ``` ``` id("io.github.luca992.multiplatform-swiftpackage") version "2.0.3-arm64" ```

So turns out there's a few issues with this pr. I'm running into this issue: https://developer.apple.com/forums/thread/666335 Before making an XCFramwork: macos (including simulators) arm64, x64, and x86 binaries need to...

Working build: ``` gradle pluginManagement { repositories { maven ("https://s01.oss.sonatype.org/content/repositories/releases/") } } ``` ``` gradle id("io.github.luca992.multiplatform-swiftpackage") version "2.0.4-arm64" ```

@jizoquval https://github.com/jizoquval/multiplatform-swiftpackage/pull/2 made a PR for your PR 😅

Created a new release with the latest changes for this pr: ``` gradle pluginManagement { repositories { maven ("https://s01.oss.sonatype.org/content/repositories/releases/") } } ``` ``` gradle id("io.github.luca992.multiplatform-swiftpackage") version "2.0.5-arm64" ```

@markst If you tried immediately it probably wasn't indexed yet. Should be up now I think: https://repo1.maven.org/maven2/io/github/luca992/multiplatform-swiftpackage/io.github.luca992.multiplatform-swiftpackage.gradle.plugin/

Yeah. Gradle resolved it for me. Just tried

> Hi there, any news on this PR? > > I do experiment this issue and the fix @luca992 provided is working fine on my side, but it is still...