Re: [Interest] Unexpected problems with Qt 5.4.1 & upgrade to Xcode 7.1

2015-10-26 Thread Nuno Santos via Interest
I’m officially an idiot... I had a tight timer, running on a time critical priority thread, sucking all my resources and it would take much longer to load everything. Everything running smoothly! :) Sorry for wasting your time. Regards Nuno > On 26/10/2015, at 23:39, Nuno Santos wrote: >

Re: [Interest] Unexpected problems with Qt 5.4.1 & upgrade to Xcode 7.1

2015-10-26 Thread Nuno Santos via Interest
After a couple of hours around this issue I have found the following: - Everything loads after all, however it takes a LOT of time! Like 100x more - It also happens with Qt 5.5.1 - The only change Xcode and its tools Is there any change of the new Apple tools are making qml code run a LOT slower?

[Interest] Unexpected problems with Qt 5.4.1 & upgrade to Xcode 7.1

2015-10-26 Thread Nuno Santos via Interest
Hi, Today I have upgraded to Xcode 7.1 but still using Qt 5.4.1 For my surprise, my apps stopped working. My apps base point is a qml subclass of Window, which has common stuff I use like style loading, font loading, splash loading and main qml loading. After a bit of debugging I have found t