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

Runtime error on iOS 12.2 #177

Closed
matthewcheok opened this issue Apr 9, 2019 · 4 comments
Closed

Runtime error on iOS 12.2 #177

matthewcheok opened this issue Apr 9, 2019 · 4 comments

Comments

@matthewcheok
Copy link

matthewcheok commented Apr 9, 2019

I'm getting the following error in the console after updating my device to 12.2 (or using the 12.2 simulator.) Do I need to change my build files? It was working fine on 12.1

This copy of libswiftCore.dylib requires an OS version prior to 12.2.0.
2019-04-09 09:25:11.677514-0700[61813:6155466] This copy of libswiftCore.dylib requires an OS version prior to 12.2.0.
@keith
Copy link
Member

keith commented Apr 9, 2019

Can you try with the bazel 0.25.0rc1? It contains this fix bazelbuild/bazel#7830

@matthewcheok
Copy link
Author

matthewcheok commented Apr 9, 2019

How can I install this version?

@keith
Copy link
Member

keith commented Apr 9, 2019

You can download it from this page https://releases.bazel.build/0.25.0/rc1/index.html or use bazelisk with this environment USE_BAZEL_VERSION=0.25.0rc1

@matthewcheok
Copy link
Author

this works!

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

No branches or pull requests

2 participants