Skip to content

EXC_BAD_ACCESS in SwiftUI in Xcode Beta 7 #7

@melgu

Description

@melgu

Full error: Thread 1: EXC_BAD_ACCESS (code=1, address=0x9)

The error appears on the marked line:

private struct Observer: View {
	@ObservedObject fileprivate var derived: Lazy
	fileprivate var content: (Derived) -> ChildView

	var body: some View {
>>>>		return self.content(derived.value)
	}
}

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions