benlau / quickios

QML Theme and Component Library for iOS
Apache License 2.0
166 stars 37 forks source link

Compile Errors with Qt 5.7 and Xcode 7.3 #5

Closed sideburn closed 7 years ago

sideburn commented 7 years ago

The example project runs fine on OS X but when compiled for iOS we get the following errors:

Undefined symbols for architecture x86_64: "qt_static_plugin_QtQuickControlsPlugin()", referenced from: StaticQtQuickControlsPluginPluginInstance::StaticQtQuickControlsPluginPluginInstance() in main.o StaticQtQuickControlsPluginPluginInstance::StaticQtQuickControlsPluginPluginInstance() in quickios.o ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

benlau commented 7 years ago

Hi @sideburn ,

Thanks for reporting. I have just fixed the issue. Please check.

sideburn commented 7 years ago

It works! Thanks. Now need to get QT to work with xCode 8 and iOS 10. Looks like bold fonts are broken in iOS 10 now.

On Oct 16, 2016, at 8:02 PM, Ben Lau notifications@github.com wrote:

Hi @sideburn ,

Thanks for reporting. I have just fixed the issue. Please check.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.