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

Add dylib for MacOS targets so that it can be installed via Homebrew #147

Open
ernieturner opened this issue Jun 11, 2020 · 0 comments
Open

Comments

@ernieturner
Copy link
Contributor

Our current Homebrew formula only installs a .a binary that will work for the iOS simulator and iOS devices. Ideally it would also install the .dylib necessary for MacOS to use it as well. Unfortunately installing these two binaries side-by-side causes errors in XCode because it just picks the dylib when running on an iOS device and then won't build. So in the meantime we've just published the .a.

We should update our formula so that it installs both the .a and .dylib files together and figure out how to get XCode to work. Once this is done we can also update the CI workflow in the Swift library to install the binary via Homebrew which will work on MacOS.

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

No branches or pull requests

1 participant