Home > Software design >  No such file or directory '/Users/qt/work/qt/qtbase'
No such file or directory '/Users/qt/work/qt/qtbase'

Time:08-31

Hi I'm trying to run a Qt app on iOS Simulator. However, I am getting this error. Image is attached, please help me with this.

enter image description here

CodePudding user response:

It was actually the problem with the Qt6 qmake. On macOS, I don't know why, but it generates the wrong path for the library files when I compile the app for iOS. I took help from this post and solved the issue.

  • Related