App crashes on iPhone but not iPad or Simulator

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

I have the same exact issue - not sure how to fix.

What Xcode version do you have, and what OS versions are your iPhone and iPad running? Your iPhone is probably on an older OS version than your iPad and Xcode SDK.

I have the same issue

macOS 12.0 beta (21A5284e) Xcode Version 13.0 beta (13A5155e)

on my iPhone I have the beta profile installed and it has worked fine until I installed the latest beta version, iOs 15 beta 3. I can't find any version information on the phone that relates to beta, I can only see version iOS 15.0

App crashes on iPhone but not iPad or Simulator
 
 
Q