Discussion:
[Qt-creator] Increasing problems with xCode/iOS
Jason H
2018-10-08 21:58:51 UTC
Permalink
Initially when XCode had to be upgraded I had no unexpected issues. Now a few weeks on, I have a few issues.
1. Devices fail to go from yellow dot to green dot. Devices work fine in XCode, but I have to use XCode to deploy to them
2. I have several *unknown* phones now. My Devices looks like
iPhone2
...
*unknown* -- an iPhone XS MAX
*unknown*4 -- a GUID type string
*unknown*5 - a GUID type string
iPhone50
*unknown*2 - an iPhone XS
3. Selecting an *unknown* entry alway gives a yellow indicator

But there is only one device plugged in at once, and any *unknown* device is always yellow, and any *unknown* device is not Remove-able in the Preferences:Devices

Help?
Jason H
2018-10-09 14:18:42 UTC
Permalink
Here's another one: the error XCode is trowing is not being parsed as an "issue"
/Users/jasonhihn/Projects/webtestkit/ios/setbrightness.mm:244:75: error: use of undeclared identifier 'self'
appDelegate.nfcSession = [[NFCNDEFReaderSession alloc] initWithDelegate:self queue:dispatch_queue_create(NULL, DISPATCH_QUEUE_CONCURRENT) invalidateAfterFirstRead:YES];

But it never shows up as an issue:
(see attached)
Sent: Monday, October 08, 2018 at 5:58 PM
Subject: [Qt-creator] Increasing problems with xCode/iOS
Initially when XCode had to be upgraded I had no unexpected issues. Now a few weeks on, I have a few issues.
1. Devices fail to go from yellow dot to green dot. Devices work fine in XCode, but I have to use XCode to deploy to them
2. I have several *unknown* phones now. My Devices looks like
iPhone2
...
*unknown* -- an iPhone XS MAX
*unknown*4 -- a GUID type string
*unknown*5 - a GUID type string
iPhone50
*unknown*2 - an iPhone XS
3. Selecting an *unknown* entry alway gives a yellow indicator
But there is only one device plugged in at once, and any *unknown* device is always yellow, and any *unknown* device is not Remove-able in the Preferences:Devices
Help?
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
Loading...