> On Oct 10, 2016, at 19:22, ekke <[email protected]> wrote: > > Hi, > > I'm having some problems with iOS Release Build of Qt World Summit Conference > App (see interest list) > > • Qt 5.7 > • QtC 4.1.0 > • Xcode 8 > • iOS 10 > Debug Build went fine - app is running on iPhone and iPad from Qt Creator > > Release Build fails - but only for this project - other projects run perfect > as debug and as release.
Fails to build? Or fails to run from Qt Creator? > also posted this at Qt Forums and another dev cloned my Github repo and app > is running in Release Build , but he's using Xcode 7.3 > > -- > > now I want to clone my app to see if it will work in a fresh project > > so my question: > > if cloning the App to a different location as the current one - will this be > Ok for Qt Creator ? Yes, as long as you do not copy the .pro.user file (which is the one containing the configuration for Qt Creator). Br, Eike > .pro filename is the same, but different location. > > want to avoid any mix of config ;-) > thx > ekke > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qt-creator -- Eike Ziller Principal Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin [email protected] http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 144331 B _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
