-
Notifications
You must be signed in to change notification settings - Fork 124
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
Error on copyFrameworkResourcesToApp not found from ios #775
Comments
what you see in gradle logs? |
i've this in my logs : Showing Recent Messages
Cannot locate tasks that match ':shared:copyFrameworkResourcesToApp' as task 'copyFrameworkResourcesToApp' not found in project ':shared'.
BUILD FAILED in 5s when i put version to 0.24.0-alpah5 it's ok, no error. Gradlew task has no this task , only this for copy resources : copyResourcesDebugFrameworkIosArm64 |
hi. can you check on 0.24.3 please? |
still happening in our project with version 0.24.4 and kotlin version 2.1.0 |
can you please create sample project with reproducer of this issue? with reproducer i can debug and fix it |
Hello,
We have migrate from 0.24.0-alpha5 to 0.24.0 and now we have this error from ios side :
Cannot locate tasks that match ':shared:copyFrameworkResourcesToApp' as task 'copyFrameworkResourcesToApp' not found in project 'shared'.
We can't find solution to resolve this issue :(
We use static framework configuration :
The text was updated successfully, but these errors were encountered: