Discussion:
[Qt-creator] Creator is confused about device state
Jason H
2018-10-04 15:41:49 UTC
Permalink
So I've hooked up about 50 devices successfully, but now I am stuck with a yellow circle for a device that Xcode can deploy apps too. Normally after I register the device in xCode, it goes green. I don't know how to fix this one? I've quit xCode and creator multiple times, unplugged the device, Creator is still stuck... What I did differently with this one is I renamed it on the device after plugging it in, but it has the same ID, so it shouldn't matter, right?
Jason H
2018-10-04 15:57:02 UTC
Permalink
It keeps calling it "*unknown" but but has a name.

Halp!
Sent: Thursday, October 04, 2018 at 11:41 AM
Subject: [Qt-creator] Creator is confused about device state
So I've hooked up about 50 devices successfully, but now I am stuck with a yellow circle for a device that Xcode can deploy apps too. Normally after I register the device in xCode, it goes green. I don't know how to fix this one? I've quit xCode and creator multiple times, unplugged the device, Creator is still stuck... What I did differently with this one is I renamed it on the device after plugging it in, but it has the same ID, so it shouldn't matter, right?
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
Jason H
2018-10-04 15:59:22 UTC
Permalink
After rebooting, back to *unknown*

Again, acode can deploy & run my app, but Qt Creator can't.
Sent: Thursday, October 04, 2018 at 11:57 AM
Subject: Re: [Qt-creator] Creator is confused about device state
It keeps calling it "*unknown" but but has a name.
Halp!
Sent: Thursday, October 04, 2018 at 11:41 AM
Subject: [Qt-creator] Creator is confused about device state
So I've hooked up about 50 devices successfully, but now I am stuck with a yellow circle for a device that Xcode can deploy apps too. Normally after I register the device in xCode, it goes green. I don't know how to fix this one? I've quit xCode and creator multiple times, unplugged the device, Creator is still stuck... What I did differently with this one is I renamed it on the device after plugging it in, but it has the same ID, so it shouldn't matter, right?
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
Eike Ziller
2018-10-11 06:23:16 UTC
Permalink
Can you please create a bug report, and add the output from running Qt Creator with such a device attached with

QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator

(which should provide a bit more information about what Qt Creator does)

Br, Eike
Post by Jason H
After rebooting, back to *unknown*
Again, acode can deploy & run my app, but Qt Creator can't.
Sent: Thursday, October 04, 2018 at 11:57 AM
Subject: Re: [Qt-creator] Creator is confused about device state
It keeps calling it "*unknown" but but has a name.
Halp!
Sent: Thursday, October 04, 2018 at 11:41 AM
Subject: [Qt-creator] Creator is confused about device state
So I've hooked up about 50 devices successfully, but now I am stuck with a yellow circle for a device that Xcode can deploy apps too. Normally after I register the device in xCode, it goes green. I don't know how to fix this one? I've quit xCode and creator multiple times, unplugged the device, Creator is still stuck... What I did differently with this one is I renamed it on the device after plugging it in, but it has the same ID, so it shouldn't matter, right?
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
<Screen Shot 2018-10-04 at 11.57.46 AM.png>_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
--
Eike Ziller
Principal Software Engineer

The Qt Company GmbH
Rudower Chaussee 13
D-12489 Berlin
***@qt.io
http://qt.io
Geschäftsführer: Mika Pälsi,
Juha Varelius, Mika Harjuaho
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
Jason H
2018-10-11 15:09:04 UTC
Permalink
Thank you!

I'm trying to do this, but:
$ export QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator
-bash: export: `Qt Creator.app/Contents/MacOS/Qt Creator': not a valid identifier

$ export QT_LOGGING_RULES="qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator"
$ Qt/Qt\ Creator.app/Contents/MacOS/Qt\ Creator
qt.core.logging: Ignoring malformed logging rule: 'qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator'
qt.core.logging: Ignoring malformed logging rule: 'qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator'
Warning: No factory found for device 'iOS Device 5fe9685103889729080ed553f5c4b54911b25517' of type 'Ios.Device.Type'.
Warning: No factory found for device 'iOS Device 000080200015246C3C02002E' of type 'Ios.Device.Type'.
Warning: No factory found for device 'iOS Device 000080200013252C0228002E' of type 'Ios.Device.Type'.
Warning: No factory found for device 'iOS Device f495268a94e2c7b71cb0b2a6aeafddd5add67ce9' of type 'Ios.Device.Type'.

Subsequent attempts to find a non-malformed logging rule failed and never again mentioned anything about iOS.
Sent: Thursday, October 11, 2018 at 2:23 AM
Subject: Re: [Qt-creator] Creator is confused about device state
Can you please create a bug report, and add the output from running Qt Creator with such a device attached with
QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator
(which should provide a bit more information about what Qt Creator does)
Br, Eike
Post by Jason H
After rebooting, back to *unknown*
Again, acode can deploy & run my app, but Qt Creator can't.
Sent: Thursday, October 04, 2018 at 11:57 AM
Subject: Re: [Qt-creator] Creator is confused about device state
It keeps calling it "*unknown" but but has a name.
Halp!
Sent: Thursday, October 04, 2018 at 11:41 AM
Subject: [Qt-creator] Creator is confused about device state
So I've hooked up about 50 devices successfully, but now I am stuck with a yellow circle for a device that Xcode can deploy apps too. Normally after I register the device in xCode, it goes green. I don't know how to fix this one? I've quit xCode and creator multiple times, unplugged the device, Creator is still stuck... What I did differently with this one is I renamed it on the device after plugging it in, but it has the same ID, so it shouldn't matter, right?
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
<Screen Shot 2018-10-04 at 11.57.46 AM.png>_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
--
Eike Ziller
Principal Software Engineer
The Qt Company GmbH
Rudower Chaussee 13
D-12489 Berlin
http://qt.io
Geschäftsführer: Mika Pälsi,
Juha Varelius, Mika Harjuaho
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
Christian Kandeler
2018-10-11 15:16:04 UTC
Permalink
On Thu, 11 Oct 2018 17:09:04 +0200
Post by Jason H
Thank you!
$ export QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator
-bash: export: `Qt Creator.app/Contents/MacOS/Qt Creator': not a valid identifier
$ export QT_LOGGING_RULES="qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator"
The closing quote needs to be after the "internal assignment", i.e. after "true".


Christian
Jason H
2018-10-11 15:34:08 UTC
Permalink
Ah, I see set and execute, not one long variable, thanks!

QT_LOGGING_RULES=qtc.ios.*=true Qt/Qt\ Creator.app/Contents/MacOS/Qt\ Creator

https://bugreports.qt.io/browse/QTCREATORBUG-21291
Sent: Thursday, October 11, 2018 at 11:16 AM
Subject: Re: [Qt-creator] Creator is confused about device state
On Thu, 11 Oct 2018 17:09:04 +0200
Post by Jason H
Thank you!
$ export QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator
-bash: export: `Qt Creator.app/Contents/MacOS/Qt Creator': not a valid identifier
$ export QT_LOGGING_RULES="qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator"
The closing quote needs to be after the "internal assignment", i.e. after "true".
Christian
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
Jason H
2018-10-11 16:51:41 UTC
Permalink
I figured out the bug, but it requires a fix.

Details in bug https://bugreports.qt.io/browse/QTCREATORBUG-21291
Sent: Thursday, October 11, 2018 at 11:34 AM
Subject: Re: [Qt-creator] Creator is confused about device state
Ah, I see set and execute, not one long variable, thanks!
QT_LOGGING_RULES=qtc.ios.*=true Qt/Qt\ Creator.app/Contents/MacOS/Qt\ Creator
https://bugreports.qt.io/browse/QTCREATORBUG-21291
Sent: Thursday, October 11, 2018 at 11:16 AM
Subject: Re: [Qt-creator] Creator is confused about device state
On Thu, 11 Oct 2018 17:09:04 +0200
Post by Jason H
Thank you!
$ export QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator
-bash: export: `Qt Creator.app/Contents/MacOS/Qt Creator': not a valid identifier
$ export QT_LOGGING_RULES="qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator"
The closing quote needs to be after the "internal assignment", i.e. after "true".
Christian
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
Jason H
2018-10-15 16:52:49 UTC
Permalink
I think the fix is simple, and I'm hoping this gets fixed before 4.8 release.
Sent: Thursday, October 11, 2018 at 12:51 PM
Subject: Re: [Qt-creator] Creator is confused about device state
I figured out the bug, but it requires a fix.
Details in bug https://bugreports.qt.io/browse/QTCREATORBUG-21291
Sent: Thursday, October 11, 2018 at 11:34 AM
Subject: Re: [Qt-creator] Creator is confused about device state
Ah, I see set and execute, not one long variable, thanks!
QT_LOGGING_RULES=qtc.ios.*=true Qt/Qt\ Creator.app/Contents/MacOS/Qt\ Creator
https://bugreports.qt.io/browse/QTCREATORBUG-21291
Sent: Thursday, October 11, 2018 at 11:16 AM
Subject: Re: [Qt-creator] Creator is confused about device state
On Thu, 11 Oct 2018 17:09:04 +0200
Post by Jason H
Thank you!
$ export QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator
-bash: export: `Qt Creator.app/Contents/MacOS/Qt Creator': not a valid identifier
$ export QT_LOGGING_RULES="qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator"
The closing quote needs to be after the "internal assignment", i.e. after "true".
Christian
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
Jason H
2018-10-11 15:20:13 UTC
Permalink
Additional details have emerged. Using the logging below, I initially got the warnings with no devices plugged in. Then I observed the unknown entries were gone. Plugging in one of those problem devices, I then got:
Warning: No factory found for device 'iOS Device 000080200015246C3C02002E' of type 'Ios.Device.Type'.

It comes up as *unknown* which is being presented with a yellow dot. It's an XS MAX.
Sent: Thursday, October 11, 2018 at 11:09 AM
Subject: Re: [Qt-creator] Creator is confused about device state
Thank you!
$ export QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator
-bash: export: `Qt Creator.app/Contents/MacOS/Qt Creator': not a valid identifier
$ export QT_LOGGING_RULES="qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator"
$ Qt/Qt\ Creator.app/Contents/MacOS/Qt\ Creator
qt.core.logging: Ignoring malformed logging rule: 'qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator'
qt.core.logging: Ignoring malformed logging rule: 'qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator'
Warning: No factory found for device 'iOS Device 5fe9685103889729080ed553f5c4b54911b25517' of type 'Ios.Device.Type'.
Warning: No factory found for device 'iOS Device 000080200015246C3C02002E' of type 'Ios.Device.Type'.
Warning: No factory found for device 'iOS Device 000080200013252C0228002E' of type 'Ios.Device.Type'.
Warning: No factory found for device 'iOS Device f495268a94e2c7b71cb0b2a6aeafddd5add67ce9' of type 'Ios.Device.Type'.
Subsequent attempts to find a non-malformed logging rule failed and never again mentioned anything about iOS.
Sent: Thursday, October 11, 2018 at 2:23 AM
Subject: Re: [Qt-creator] Creator is confused about device state
Can you please create a bug report, and add the output from running Qt Creator with such a device attached with
QT_LOGGING_RULES=qtc.ios.*=true Qt\ Creator.app/Contents/MacOS/Qt\ Creator
(which should provide a bit more information about what Qt Creator does)
Br, Eike
Post by Jason H
After rebooting, back to *unknown*
Again, acode can deploy & run my app, but Qt Creator can't.
Sent: Thursday, October 04, 2018 at 11:57 AM
Subject: Re: [Qt-creator] Creator is confused about device state
It keeps calling it "*unknown" but but has a name.
Halp!
Sent: Thursday, October 04, 2018 at 11:41 AM
Subject: [Qt-creator] Creator is confused about device state
So I've hooked up about 50 devices successfully, but now I am stuck with a yellow circle for a device that Xcode can deploy apps too. Normally after I register the device in xCode, it goes green. I don't know how to fix this one? I've quit xCode and creator multiple times, unplugged the device, Creator is still stuck... What I did differently with this one is I renamed it on the device after plugging it in, but it has the same ID, so it shouldn't matter, right?
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
<Screen Shot 2018-10-04 at 11.57.46 AM.png>_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
--
Eike Ziller
Principal Software Engineer
The Qt Company GmbH
Rudower Chaussee 13
D-12489 Berlin
http://qt.io
Geschäftsführer: Mika Pälsi,
Juha Varelius, Mika Harjuaho
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
Loading...