-
Notifications
You must be signed in to change notification settings - Fork 157
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
Running tests on iPhone simulator results in crash #217
Comments
Thanks for the report, this has been fixed for the coming release |
Great thanks @nalexn . Do you recommend working on this project using the Package.swift or by opening the Xcode project in the repo? |
I'm personally more used to using the Xcode project. The only downside of using Package is that it doesn't automatically add new files to the project's structure and doesn't allow arranging the files in the IDE. |
Fixed released with v0.9.4 |
I am developing using Xcode 14.1 on macOS 13.1. My Mac has an M1 processor. I opened the Package.swift and ran the tests (Cmd + u) for the iPhone 14 Pro simulator on the HEAD SHA of the master branch (ac7df67). I encounter a crash in
TimelineViewTests.testEnclosedView()
.The text was updated successfully, but these errors were encountered: