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

LIBRARY_SEARCH_PATHS[sdk=iphonesimulator*][arch=x86_64] doesn't work #58

Open
jzxchiang1 opened this issue Jun 20, 2022 · 1 comment
Open

Comments

@jzxchiang1
Copy link

When I supply [arch=x86_64] or [arch=arm64] to my LIBRARY_SEARCH_PATHS envvar, it doesn't work and the envvar is not populated correctly. When I change it to [arch=*] or remove that condition, it works. [sdk=...] doesn't have this problem.

This seems to be a trend:

FWIW, I printed out my build settings using xcodebuild ... -showBuildSettings and confirmed that the envvar doesn't work with [arch=x86_64] or [arch=arm64].

Has anyone seen this before? Thanks!

@ivanmoskalev
Copy link

Yes, same problem, had to fall back to good ol' trusty cargo-lipo

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

2 participants