Post

Replies

Boosts

Views

Activity

Reply to Xcode 11 debugger error: Couldn't lookup symbols
@ZeTof for @State properties, you can use po self._ to make it work. struct SomeView: View { @State var someProperty: Int } po self._someProperty instead of po self.someProperty.
Replies
Boosts
Views
Activity
Sep ’21