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
Building an iOS app with SPM and the newest version of the plugin directly in Android Studio does not work anymore, it seems there have been some changes in how gradle now executes the build of the app.
On the other hand building and running the app directly through Xcode still works fine.
Solution
We will need to adjust the Gradle Plugin
Update: it seems to work now 😅 , will continue to investigate if this is truly an issue