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

Scrunching / Framework doesn't work when multiple targets are specified #27

Open
faithfracture opened this issue Jun 6, 2018 · 0 comments
Labels

Comments

@faithfracture
Copy link
Owner

If you specify both -macos and -ios targets, the scrunchAllLibsTogetherInOneLibPerPlatform step won't work correctly, and as a result of that buildFramework also. The scrunch function loops over all the libs defined in BOOSTRAP_LIBS. Since this can be different for each platform depending on the libraries specified, things get a little messed up.

I think I broke this when I figuring out which libraries are actually available on which platforms.

You can still build each platform individually though, so do that as a work around for the time being.

I think the solution for this will be the same thing as #15.

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

No branches or pull requests

1 participant