Re: [Interest] unable to compile for iOS Simulator

2019-05-05 Thread ekke
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

Re: [Interest] unable to compile for iOS Simulator

2019-05-04 Thread 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. 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",

Re: [Interest] unable to compile for iOS Simulator

2019-05-04 Thread Thiago Macieira
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

[Interest] unable to compile for iOS Simulator

2019-05-04 Thread maitai
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

Re: [Interest] unable to compile for iOS simulator

2015-08-18 Thread maitai
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

Re: [Interest] unable to compile for iOS simulator

2015-08-18 Thread Robert Iakobashvili
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

Re: [Interest] unable to compile for iOS simulator

2015-08-18 Thread Jason H
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

[Interest] unable to compile for iOS simulator

2015-08-17 Thread maitai
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