Hi, When I launch my app via XCode on my own iPad, everything works fine. When I launch my app on an iPhone simulator, everything's fine too. But when I want to launch the app on my own iPhone, it stops at a white screen and this error is displayed in the console:
dyld[345]: Symbol not found: _$s7SwiftUI14NavigationLinkV11destination5labelACyxq_Gq_yXE_xyXEtcfC
Referenced from: /private/var/containers/Bundle/Application/626260C6-064F-4468-A469-0027FCF41298/Tect.app/Tect
Expected in: /System/Library/Frameworks/SwiftUI.framework/SwiftUI
Symbol not found: _$s7SwiftUI14NavigationLinkV11destination5labelACyxq_Gq_yXE_xyXEtcfC
Referenced from: /private/var/containers/Bundle/Application/626260C6-064F-4468-A469-0027FCF41298/Tect.app/Tect
Expected in: /System/Library/Frameworks/SwiftUI.framework/SwiftUI
(lldb)
Does anybody know why this only occurs on my iPhone but not the other devices? And how do I fix it?
Thanks in advance, Flex