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

Only copies to ios/Assets, not copying into the .xcworkspace or .xcodeproj #6

Open
doyeka opened this issue Jun 24, 2024 · 2 comments

Comments

@doyeka
Copy link

doyeka commented Jun 24, 2024

I used this solution because I thought it would just work™ .

However, copying to ios/Assets doesn't add those files to the XCode project (either .xcworkspace or .xcodeproj).

Thus, the 'Copy Bundle Resources' phase of the build process fails.

Can you update the code base to copy to within the XCode project?

Screenshot 2024-06-24 at 1 04 32 PM

@doyeka
Copy link
Author

doyeka commented Jun 24, 2024

Yeah, seems like using IOSConfig.XcodeUtils.addResourceFileToGroup is broken for now, via: expo/config-plugins#239

Will just manually add "Assets" to my target for now.

Subscribed to the other issue, happy to implement the fix once it's known.

@doyeka
Copy link
Author

doyeka commented Jun 25, 2024

Info about why it's broken here: expo/expo#20091

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant