-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix locale (icudt.dat) related stuff when targeting iOS #53
Comments
Just verified on an actual iPhone; fails as well. |
Here's a list of all the APIs I've found to SIGSEGV up until now:
|
Setting |
Can also be fixed by having |
Unfortunately that doesn't work in a XCTest bundle because the runtime locates the file by using -[NSBundle mainBundle]. |
Might be able to work around this by calling |
Using |
Some unit tests succeed when targeting macOS but fail when targeting the iOS simulator.
They are marked with
// TODO: Test fails on iOS
.The text was updated successfully, but these errors were encountered: