Ever since upgrading to iOS Beta 6 (and Beta 7) I have been unable to launch my SwiftUI app to my iPhone X. The app works fine on iOS Simulator.
Apple's Landmarks tutorial app also fails to boot to my device
I am on the latest version of Xcode (Beta 5)
I am not using any frameworks so this shouldn't be related
dyld: Symbol not found: _$s7SwiftUI7BindingVyxGAA0C11ConvertibleAAMc
Referenced from: /var/containers/Bundle/Application/48A73B3C-4DED-46ED-8A93-6DEA1384F3FF/ProduceBuddy.app/ProduceBuddy
Expected in: /System/Library/Frameworks/SwiftUI.framework/SwiftUI
in /var/containers/Bundle/Application/48A73B3C-4DED-46ED-8A93-6DEA1384F3FF/ProduceBuddy.app/ProduceBuddy
I have tried re-pairing my device, restarting my computer/phone, cleaning build folder
I am no longer facing this issue upon upgrading to Xcode Beta 6. Thanks for the help everyone!