You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But really, I'm only interested in the createXCFramework / createZipFile tasks.
If I remove these lines and run the createXCFramework task, I receive the following error:
> Could not create task ':lib:createXCFramework'.
> * Swift tools version is missing.
Declare it by adding your Swift version to the plugin configuration block.
* Target platforms are missing.
Declare at least one platform by adding it to the plugin configuration block.
In theory, could these tasks exist without defining those configuration lines?
If so, I would be willing to take a stab at implementing that change 😄
The text was updated successfully, but these errors were encountered:
Hi there! Great library, thank you for taking the time to start it.
For my use case, I'm only interested in generating xcframeworks.
This means that when setting up the plugin, I'm required to include configuration for swift packages, even though I don't build them.
In other words, in my Gradle file, I need to include the following lines:
But really, I'm only interested in the
createXCFramework
/createZipFile
tasks.If I remove these lines and run the
createXCFramework
task, I receive the following error:In theory, could these tasks exist without defining those configuration lines?
If so, I would be willing to take a stab at implementing that change 😄
The text was updated successfully, but these errors were encountered: