[Interest] Qt 5.12.0 beta 3 OSX resource problem?

First Last jlk2144 at gmail.com
Sun Nov 4 00:39:50 CET 2018


Same error with Xcode 10.1 release. I’m also running OS X 10.13.6, on a MacBook Pro 2016 15”.

Here is the full application output for the default empty qml project:

19:36:15: Starting /Users/cworth/src/Qt/build-Test512-Desktop_Qt_5_12_0_clang_64bit-Debug/Test512.app/Contents/MacOS/Test512...
objc[89230]: Class QMacAutoReleasePoolTracker is implemented in both /Users/cworth/Qt/5.12.0/clang_64/lib/QtCore.framework/Versions/5/QtCore_debug (0x1118c4c20) and /Users/cworth/Qt/5.12.0/clang_64/lib/QtCore.framework/Versions/5/QtCore (0x1105b0068). One of the two will be used. Which one is undefined.
objc[89230]: Class QT_ROOT_LEVEL_POOL__THESE_OBJECTS_WILL_BE_RELEASED_WHEN_QAPP_GOES_OUT_OF_SCOPE is implemented in both /Users/cworth/Qt/5.12.0/clang_64/lib/QtCore.framework/Versions/5/QtCore_debug (0x1118c4c98) and /Users/cworth/Qt/5.12.0/clang_64/lib/QtCore.framework/Versions/5/QtCore (0x1105b00e0). One of the two will be used. Which one is undefined.
objc[89230]: Class RunLoopModeTracker is implemented in both /Users/cworth/Qt/5.12.0/clang_64/lib/QtCore.framework/Versions/5/QtCore_debug (0x1118c4cc0) and /Users/cworth/Qt/5.12.0/clang_64/lib/QtCore.framework/Versions/5/QtCore (0x1105b0108). One of the two will be used. Which one is undefined.
QML debugging is enabled. Only use this in a safe environment.
QQmlApplicationEngine failed to load component
qrc:/main.qml:-1 No such file or directory

19:36:15: /Users/cworth/src/Qt/build-Test512-Desktop_Qt_5_12_0_clang_64bit-Debug/Test512.app/Contents/MacOS/Test512 exited with code 255
> On Nov 3, 2018, at 6:58 PM, First Last <jlk2144 at gmail.com> wrote:
> 
> 
> Thanks, Ekke. The only difference between our systems is that I am running Xcode 10.1-beta, but I see there is a new 10.1 release, so that is most likely the problem.
> 
> From: ekke <ekke at ekkes-corner.org <mailto:ekke at ekkes-corner.org>>
> Subject: Re: [Interest] Qt 5.12.0 beta 3 OSX resource problem?
> Date: November 2, 2018 at 1:21:13 PM EDT
> To: interest at qt-project.org <mailto:interest at qt-project.org>
> 
> 
> have built and run some complex QQC2 Apps with Qt 5.12Beta3 + QtC 4.7.2 on Android, iOS, macOS -> works well
> my only problem is with release builds where QtQuickCompiler is enabled: translations are broken (https://bugreports.qt.io/browse/QTBUG-71553 <https://bugreports.qt.io/browse/QTBUG-71553>) 
> 
> just have tried new empty QtQuick Application and also new Qt Quick Stack Application (Material Style) -> no resource problem
> 
> all on macOS 10.13.6, Xcode 10.1
> 
> ekke
> 
> 
> Am 02.11.18 um 17:38 schrieb First Last:
>> Hi, I’ve installed Qt 5.12.0 beta 3 twice now (also tried beta 2), and I always see the same error:
>> 
>> QQmlApplicationEngine failed to load component
>> qrc:/main.qml:-1 No such file or directory
>> 
>> To reproduce, create a new empty Qt Quick Application using Qt Creator, build and run it.
>> 
>> I tried building the dev branch (5.13) from source and I get the same error.
>> 
>> This error shows up on OS X, but not on Linux 64 or Windows.
>> 
>> Colin
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20181103/6eb3350d/attachment.html>


More information about the Interest mailing list