Skip to content
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

copyFrameworkResourcesToApp on kotlin 1.9.20 invalid works with cocoapods #612

Closed
Alex009 opened this issue Dec 4, 2023 · 5 comments
Closed
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Alex009
Copy link
Member

Alex009 commented Dec 4, 2023

At xcode 15 and kotlin 1.9.20, with cocoapods integration and isStatic = true for framework i see that after call copyFrameworkResourcesToApp will be called podspec task that override already valid compiled kotlin files in build/cocoapods/framework/shared.framework to placeholder. after this in xcode i got all red kotlin classes, just like they not exist.

@Alex009 Alex009 added the bug Something isn't working label Dec 4, 2023
@Alex009 Alex009 added this to the 0.24.0 milestone Dec 4, 2023
@Alex009
Copy link
Member Author

Alex009 commented Dec 4, 2023

at now as workaround i use direct addition of bundles inside xcode project:
image
without call of copyFrameworkResourcesToApp

@Ustimov
Copy link

Ustimov commented Dec 5, 2023

Duplicate of #387

@msa1422
Copy link

msa1422 commented Apr 3, 2024

@Alex009 Can you please elaborate the steps or link some article of adding the bundles directly? As a beginner in Xcode, I am unable to understand the steps via the image that you have provided.

@ExNDY
Copy link
Contributor

ExNDY commented Apr 17, 2024

will be fixed in 0.24.0, please check in 0.24.0-alpha-5

@Alex009
Copy link
Member Author

Alex009 commented Apr 19, 2024

fixed in 0.24.0-beta-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants