I had a similar problem with zlib under iOS, where it worked well on Android
to fix this I had to add LIBS += -lz in my .pro
Am 04.05.19 um 18:53 schrieb maitai:
> Thanks for your reply
>
> Yes I have a zlib lib which is linked statically
>
> I'll see if I can remove it just for that case.
>
> Phi
Thanks for your reply
Yes I have a zlib lib which is linked statically
I'll see if I can remove it just for that case.
Philippe.
Le 04-05-2019 17:50, Thiago Macieira a écrit :
On Saturday, 4 May 2019 05:00:24 PDT maitai wrote:
Undefined symbols for architecture x86_64:
"_inflateValidate",
On Saturday, 4 May 2019 05:00:24 PDT maitai wrote:
> Undefined symbols for architecture x86_64:
>"_inflateValidate", referenced from:
>_png_inflate_claim in libqtlibpng.a(pngrutil.o)
> ld: symbol(s) not found for architecture x86_64
> clang: error: linker command failed with exit code 1
Hi all,
Qt5.12.3, trying to compile using latest XCode for iOS simulator, I get
the following error:
Undefined symbols for architecture x86_64:
"_inflateValidate", referenced from:
_png_inflate_claim in libqtlibpng.a(pngrutil.o)
ld: symbol(s) not found for architecture x86_64
clang: er
Thanks for your replies,
I ended up duplicating the folder
'/Applications/Xcode.app//SDKs/iPhoneSimulator8.4.sdk' in
'/Applications/Xcode.app//SDKs/iPhoneSimulator8.3.sdk' and that
fixed my problem... No time to investigate further anyway. I run
simulator from Xcode but I had to compil
Dear Philippe,
Only as a guess, check in Xcode Downloads which
simulators do your have installed.
Delete your Qt-generated project and regenerate
it by running only qmake from QtCreator by right-clicking your project
and selecting Run qmake.
Do not build. Instead, open your Qt-generated project i
I have no such problem.
Make sure your Info.plist is correct, and you set QMAKE_IOS_DEPLOYMENT_TARGET
in your .pro:
QMAKE_IOS_DEPLOYMENT_TARGET=8.0
> Sent: Monday, August 17, 2015 at 9:01 AM
> From: maitai
> To: Interest@qt-project.org
> Subject: [Interest] unable to compile for i
Hello,
Since I updated in 5.5 (commercial licence) I cannot compile and run iOS
simulator mode from creator. It works with a real device, and it was
working with qt 5.4.2 in both modes.
I'm getting this compliation error:
clang: warning: no such sysroot directory:
'/Applications/Xcode.app/Cont