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

Running tests on iPhone simulator results in crash #217

Closed
bachand opened this issue Dec 19, 2022 · 4 comments
Closed

Running tests on iPhone simulator results in crash #217

bachand opened this issue Dec 19, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@bachand
Copy link
Contributor

bachand commented Dec 19, 2022

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().

Screenshot 2022-12-18 at 5 18 12 PM

Screenshot 2022-12-18 at 5 18 15 PM

@nalexn
Copy link
Owner

nalexn commented Jan 6, 2023

Thanks for the report, this has been fixed for the coming release

@nalexn nalexn added bug Something isn't working pending release A fixed issue that'll be released in an upcoming update labels Jan 6, 2023
@bachand
Copy link
Contributor Author

bachand commented Jan 7, 2023

Great thanks @nalexn . Do you recommend working on this project using the Package.swift or by opening the Xcode project in the repo?

@nalexn
Copy link
Owner

nalexn commented Jan 8, 2023

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.

@nalexn
Copy link
Owner

nalexn commented Jan 14, 2023

Fixed released with v0.9.4

@nalexn nalexn closed this as completed Jan 14, 2023
@nalexn nalexn removed the pending release A fixed issue that'll be released in an upcoming update label Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants