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.
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.