Thanks for checking. It seems that Qt Creator fails to load both Felgo Plugins on your system and the respective features are thus not present in Qt Creator.
To get some more information why it fails we would need the Qt Creator log output with debug information for plugins, you can follow these steps:
– Open Terminal
– Move into your Felgo installation dir (e.g. cd ~/Felgo)
– Set the QT_LOGGING_RULES environment variable: export QT_LOGGING_RULES="qtc.extensionsystem*=true"
– You can check if the variable is configured with the command echo $QT_LOGGING_RULES
– Then start Qt Creator from this Terminal session: ./Qt\ Creator.app/Contents/MacOS/Qt \Creator
– You can close Qt Creator again after it successfully launched
Please send over the full Qt Creator log output from Terminal to support@felgo.com. The log contains information like:
Reading meta data of "Qt Creator.app/Contents/PlugIns/libFelgoLivePlugin.dylib"
and ideally also some error message why it fails.
To use Felgo Live until we figured out the problem, you can also start the Live Server tool for your project with the command line like this:
./Felgo/FelgoLive/FelgoLiveServer.app/Contents/MacOS/FelgoLiveServer path-to-your-qt-quick-project
We are sorry for the inconvenience and hope to resolve the issue soon!
Best,
Günther