App Crash on iOS Device: "Can't show file for stack frame" Error with NativeScript in Xcode - Stack Ov

admin2025-04-16  5

I'm developing an iOS application using NativeScript and recently started testing it on a physical iPhone device. When I build the app in Xcode and run it on the device, it immediately crashes. In the Xcode debugger, I see the following message:

Can't show file for stack frame : <DBGLLDBStackFrame: 0x34c61c120> - stackNumber:15 - name:-[NativeScript runMainApplication]. The file path does not exist on the file system: /Users/runner/work/ios/ios/NativeScript/NativeScript.mm

What I've Tried So Far:

  • performed a clean build (Shift + Command + K) to ensure no stale artifacts are causing the issue.
  • Tested on Simulator, the app runs without crashing in the iOS Simulator, so the issue seems specific to the physical device.

Environment

  • Xcode Version: 16.2
  • NativeScript Version: 8.8.3
  • iOS Device: iPhone 14 with iOS 18.3
转载请注明原文地址:http://anycun.com/QandA/1744774351a87436.html