Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
5.5.0 Beta
-
None
-
OS X, building for iOS
Description
Remove any existing photosurface.pro.user, open photosurface.pro and configure it for various platforms including iphone simulator. Then you will see this in the General Messages pane:
Warnings while parsing QML type information of /Volumes/backup/qt-releases/qt5.5-beta/5.5/clang_64/qml:
<dump of /Volumes/backup/qt-releases/qt5.5-beta/5.5/clang_64/qml>:1:24: Reading only version 1.1 parts.
<dump of /Volumes/backup/qt-releases/qt5.5-beta/5.5/clang_64/qml>:10:5: Expected only Component and ModuleApi object definitions.
There is also this, in some other context:
/Volumes/backup/qt-releases/qt5.5-beta/5.5/clang_64/bin/qmlplugindump -nonrelocatable QtQuick.Dialogs.Private 1.1 /Volumes/backup/qt-releases/qt5.5-beta/5.5/ios/qml
QQmlComponent: Component is not ready
file:///Volumes/backup/qt-releases/qt5.5-beta/5.5/ios/qml/typelist.qml:2:1: module "QtQuick.Dialogs.Private" plugin "dialogsprivateplugin" not found
Can still get the systemdialogs example to run, but not photosurface.
Attachments
Issue Links
- relates to
-
QTBUG-44867 photosurface example doesn't work on ios
- Reported