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!
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 ... -showBuildSettingsand confirmed that the envvar doesn't work with[arch=x86_64]or[arch=arm64].Has anyone seen this before? Thanks!