-
Notifications
You must be signed in to change notification settings - Fork 15
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
EXC_BAD_ACCESS in SwiftUI in Xcode Beta 7 #7
Comments
Hmmm. Is this with the sample app, and if not can you provide an example app or test case that reproduces this? I can’t remember if I last ran tests with beta 6 or 7, but at that time everything seemed to be working. |
The example Mac App crashes as well. I first noticed it in my TidalSwift App, but yes, the example app crashes with the same error at the same position. |
Gave this a try yesterday on Xcode beta 7, both in the simulator and on a device running 13.1 beta 2. Perhaps something got fixed between beta 1 and 2 of 13.1? |
The same thing is happening once again with Xcode 11.2, tho it doesn't tell me what's wrong. When I comment out the URLImageSourceView, it works, but once I remove it, I have the issue again. Could you please look into this? @davbeck |
I just gave the sample app another try on Xcode 11.2 beta 2 and it still works for me. If you can provide a sample app that causes the error I can maybe take a look at that. |
I got the same issue on XCode 11.2.1 |
Solution: either use CocoaPods until it gets fixed or set DEAD_CODE_STRIPPING to YES in your build config file. |
Full error:
Thread 1: EXC_BAD_ACCESS (code=1, address=0x9)
The error appears on the marked line:
I'm on the ImageIOSwift 1.0.0 branch using Xcode 11 Beta 7.
In Xcode 11 Beta 6 it worked. Now it doesn't anymore.
The text was updated successfully, but these errors were encountered: