You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: