Skip to content

Instantly share code, notes, and snippets.

@bdentino
Created March 17, 2014 02:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdentino/9592701 to your computer and use it in GitHub Desktop.
Save bdentino/9592701 to your computer and use it in GitHub Desktop.
Qt 5.3.0-alpha undefined symbols during qtdeclarative build
Undefined symbols for architecture armv7:
"_CGRectZero", referenced from:
-[QUIView(TextInput) firstRectForRange:] in libqios.a(qioswindow.o)
"_CGAffineTransformIsIdentity", referenced from:
-[QUIView layoutSubviews] in libqios.a(qioswindow.o)
"QEventDispatcherCoreFoundation::registerTimer(int, int, Qt::TimerType, QObject*)", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"_OBJC_CLASS_$_CAEAGLLayer", referenced from:
objc-class-ref in libqios.a(qioswindow.o)
"QEventDispatcherCoreFoundation::unregisterTimer(int)", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::unregisterTimers(QObject*)", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::interrupt()", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::registeredTimers(QObject*) const", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::flush()", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::remainingTime(int)", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::staticMetaObject", referenced from:
QIOSEventDispatcher::staticMetaObject in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::~QEventDispatcherCoreFoundation()", referenced from:
QIOSEventDispatcher::QIOSEventDispatcher(QObject*) in libqios.a(qioseventdispatcher.o)
QIOSEventDispatcher::~QIOSEventDispatcher() in libqios.a(moc_qioseventdispatcher.o)
QIOSEventDispatcher::~QIOSEventDispatcher() in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::qt_metacall(QMetaObject::Call, int, void**)", referenced from:
QIOSEventDispatcher::qt_metacall(QMetaObject::Call, int, void**) in libqios.a(moc_qioseventdispatcher.o)
"typeinfo for QEventDispatcherCoreFoundation", referenced from:
typeinfo for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::qt_metacast(char const*)", referenced from:
QIOSEventDispatcher::qt_metacast(char const*) in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)", referenced from:
QIOSEventDispatcher::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) in libqios.a(qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::unregisterSocketNotifier(QSocketNotifier*)", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::wakeUp()", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::registerSocketNotifier(QSocketNotifier*)", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QCoreTextFontDatabase::QCoreTextFontDatabase()", referenced from:
QIOSIntegration::QIOSIntegration() in libqios.a(qiosintegration.o)
"QEventDispatcherCoreFoundation::QEventDispatcherCoreFoundation(QObject*)", referenced from:
QIOSIntegration::createEventDispatcher() const in libqios.a(qiosintegration.o)
"_CGRectOffset", referenced from:
-[QUIView layoutSubviews] in libqios.a(qioswindow.o)
QIOSWindow::applyGeometry(QRect const&) in libqios.a(qioswindow.o)
-[QIOSKeyboardListener getKeyboardRect:] in libqios.a(qiosinputcontext.o)
"QEventDispatcherCoreFoundation::hasPendingEvents()", referenced from:
vtable for QIOSEventDispatcher in libqios.a(moc_qioseventdispatcher.o)
"QEventDispatcherCoreFoundation::QEventDispatcherCoreFoundation(QObject*)", referenced from:
QIOSEventDispatcher::QIOSEventDispatcher(QObject*) in libqios.a(qioseventdispatcher.o)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment