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

* fixed: in case of simulator, embedded frameworks/dylibs were stripped for not required arches #671

Merged

Conversation

dkimitsa
Copy link
Contributor

Root case

its a regression after M1 support: .isArm() doesn't mean device target anymore, to filter out simulator environment check to be done

other moment

currently compiler will try to copy swift dynamic libraries but these lack arm64-simulator slice and arch strip will fail that block launch on simulator. described behaviour is an another issue itself -- we should not try to copy swift dylibs in case of arm64-simulator but its to be provided as standalone PR

…tripped due wrong condition

## Root case
its regression after M1 support: `.isArm()` doesn't mean device target anymore, to filter out simulator `environment` check to be done
@Tom-Ski Tom-Ski merged commit 4ae4bc1 into MobiVM:master Jul 17, 2022
@dkimitsa dkimitsa deleted the fix/simulator-arch-stripping-from-lib branch March 29, 2023 19:05
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

Successfully merging this pull request may close these issues.

2 participants