Reputation: 155
I decided to write an application using Qt. I have linked Qt to my Xcode project, but I can't compile example from official site. I am getting this
error: "ld: framework not found QtUiPlugin clang: error: linker command failed with exit code 1 (use -v to see invocation) "
Could someone explain what I am doing wrong?
Upvotes: 2
Views: 561
Reputation: 479
This post is for those who are new in xcode & Qt.... Suppose your project name is myproj .
after successfull build ...
then your project folder will be having xcode file open it by double clicking...... now you can edit your application in XCODE.
In addition, Please follow this article it will help you to Link Qt to Xcode
Upvotes: 2