Qt 6.11 is out! See what's new in the release
blog
ReferenceError in QML file from +ios directory
-
I have QML component only for iOS on "+ios" directory who is accessing to a property on another QML component on a parent directory. This is working but giving me "ReferenceError: item is not defined" at runtime. This is my folder structure:
/+ios/iOSComponent.qml /ComponentWhereItemIsDefined.qmlAny way to solve it?
-
I have QML component only for iOS on "+ios" directory who is accessing to a property on another QML component on a parent directory. This is working but giving me "ReferenceError: item is not defined" at runtime. This is my folder structure:
/+ios/iOSComponent.qml /ComponentWhereItemIsDefined.qmlAny way to solve it?
@Juan-Garcia
Reference generally gives for some variable not available. What is code & line# where it gives the error. This may help to find the issue.