Unable to start Device Manager on mac OS Sonoma 14.0

MacOS Sonoma
Due to issues in the recent version of macOS Sonoma it will not be supported in the Tizen Studio until a planned release in spring of 2024.

There is a work around for those who are facing issue in launching Device Manager in macOS Sonoma, they can use following CLI commands for similar functionality.

  1. permit for install -

$ /tools/sdb devices
List of devices attached
emulator-26111 device t-1019-1

$ /tools/ide/bin/tizen install-permit -s emulator-26111
Install Permitted

  1. Install the app -

$ /tools/ide/bin/tizen install -s serial -n pkgname – <path to base dir of tpk/wgt>
e.g - $ /tools/ide/bin/tizen install -n org.tizen.basic-1.0.0-i386.tpk -s emulator-26101 – ~/workspace/basic/Debug

1 Like