-
Notifications
You must be signed in to change notification settings - Fork 125
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
copyPodFrameworkResourcesToApp not copy anything into app #762
Comments
I'm found potential problem: Line 136 in 4fefda5
Actual configuration for task dependencies await only "debug" and "release" configuration, but custom build configuration can contain other names. I think can tomorrow i'm get solution. |
ExNDY
added a commit
that referenced
this issue
Sep 6, 2024
This was referenced Sep 7, 2024
Alex009
added a commit
that referenced
this issue
Sep 22, 2024
Alex009
added a commit
that referenced
this issue
Sep 22, 2024
Alex009
added a commit
that referenced
this issue
Sep 22, 2024
…y-task #762 added support custom build configuration for apple target
Merged
will be available in 0.24.3 release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
build phase configured correctly:
but when script runs i see that no actions to copy resources runned:
and no bundle files copied to app.
but if i change script to:
all will be copied correctly, and log will be:
so, gradle task
copyPodFrameworkResourcesToApp
not runcopyResourcesPodDebugFrameworkIosSimulatorArm64
when should.gradle configuration of cocoapods:
i think
xcodeConfigurationToNativeBuildType
relates to issue.Workaround
as workaround we can use directly
copyResourcesPod***Framework***
tasks.The text was updated successfully, but these errors were encountered: