Qt 6.11 is out! See what's new in the release
blog
Building Qt 5.3.0 ios with SSL
Installation and Deployment
18
Posts
2
Posters
8.5k
Views
1
Watching
-
Just to rule out the obvious, did you rebuild your project from scratch ?
-
I've not yet built 5.3 completely from scratch (I've updated it regularly from git so it might be something subtle).
What I'm wondering is where do you the wrong lib since AFAIK, the mkspecs haven't changed.
I'll do a clean build later
-
The error you are getting is not a bug, you have c++11 activated, this means that you have to use libc++ and you can't mix it with libstdc++.
-
Or (if it is a possibility) rebuild your dependencies to also use libc++