Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
5.12.5
-
None
-
macOS 10.14.6 with xcode 10.3
Description
In the latest snapshot (23.08.19) you cannot create ios apps anymore, because in the Makefile there is a wrong "lib" prefix added to the target although the template is set to "app"
appdemo.pro:
TEMPLATE = app
TARGET = AppDemo
FTARGET = "Test.app"
CONFIG *= c++11
QT += qml gui quick quickcontrols2
Trying to build results in:
19:17:30: Starte: "/usr/bin/make" -j16xcodebuild build -project libAppDemo.xcodeproj -scheme libAppDemo -configuration Release -destination generic/platform=iOS -destination-timeout 1 ENABLE_ONLY_ACTIVE_RESOURCES=NO Build settings from command line: ENABLE_ONLY_ACTIVE_RESOURCES = NO
xcodebuild: error: 'libAppDemo.xcodeproj' does not exist.make: *** [xcodebuild-release-device] Error 6619:17:31: Der Prozess "/usr/bin/make" wurde mit dem Rückgabewert 2 beendet.Fehler beim Erstellen/Deployment des Projekts appdemo (Kit: Qt 5.12.5 for iOS)
This problem does not occur on 5.12.4
Attachments
Issue Links
- duplicates
-
QTBUG-77429 [REG 5.13.0-> 5.13.1] iOS: word 'lib' assumed to be in xcodeproject filename (libanalogclock.xcodeproject)
- Closed