-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.11.0 release breaks app using cocoapods #336
Comments
hey can you paste the log? |
hi @jordond have you had a chance to look into this? We'd appreciate if you can add the log output here, thanks! |
Sorry for the delay. Here is the error output from gradle:
It seems to be complaining because of another pod dependency: Here is my cocoapod setup in cocoapods {
// ...
ios.deploymentTarget = "15.4"
podfile = project.file("../iosApp/Podfile")
framework {
baseName = "composeApp"
isStatic = true
}
pod("MediaPipeTasksVision")
} |
In the generated
|
Platform
Apple
Installed
Swift Package Manager
Version
0.11.0
Steps to Reproduce
Expected Result
Sync and build just fine.
Actual Result
I am no longer able to sync. There is an error message saying that I am missing a cocopod dependency in my project. The dependency is still there and hasn't changed. Downgrading to 0.10.0 fixes.
The text was updated successfully, but these errors were encountered: