Acknowledged

Cannot run the template app in the simulator (SDK 4.1.7)

The template app (when you create a new project) compiles but fails to run in the simulator.

Error message:

Kill app for launch the app
Failed to launch the app: Timeout
Failed to run the app: Timeout

SDK version: 4.1.7

Device: Fenix 6 Pro

VSCode version: Version: 1.74.2 (Universal)

MonkeyC plugin version: 1.0.7

Troubleshooting steps tried: I tried reinstalling the SDK and all devices to no avail.

Parents
  • That workaround did not work. I have had success building from the command line using a makefile per a commenter in the linked issue.

    However, now the app crashes immediately on startup:

    Error: Symbol Not Found Error
    Details: Failed invoking <symbol>
    Stack:
      - setText() at 704b03c0.mb:5112 0x3000469c
      - initialize() at 704b03c0.mb:4956 0x30004309
      - MainLayout() at Rez.mc:20 0x1000029b
      - onLayout() at /Users/1393744/Projects/test/source/testView.mc:12 0x1000003f
    Encountered an app crash.

    I don't know that this should be considered a duplicate of the issue you linked. In that issue, the user is able to try multiple times until it works, where in my issue it never works. Also, that issue is marked as "Ticket resolved with 4.0.7".

Comment
  • That workaround did not work. I have had success building from the command line using a makefile per a commenter in the linked issue.

    However, now the app crashes immediately on startup:

    Error: Symbol Not Found Error
    Details: Failed invoking <symbol>
    Stack:
      - setText() at 704b03c0.mb:5112 0x3000469c
      - initialize() at 704b03c0.mb:4956 0x30004309
      - MainLayout() at Rez.mc:20 0x1000029b
      - onLayout() at /Users/1393744/Projects/test/source/testView.mc:12 0x1000003f
    Encountered an app crash.

    I don't know that this should be considered a duplicate of the issue you linked. In that issue, the user is able to try multiple times until it works, where in my issue it never works. Also, that issue is marked as "Ticket resolved with 4.0.7".

Children
No Data