From 6668da028ba9a3854a2190191a899efc6bccb2f8 Mon Sep 17 00:00:00 2001 From: Ivan Komissarov Date: Sun, 25 Oct 2020 15:06:42 +0100 Subject: Xcode: fix compilation for ios-simulator with Xcode 12 The triplet -target x86_64-apple-ios-macho is no longer valid, it should be -target x86_64-apple-ios8.0-macho Change-Id: Ib7ce96100e1751625784db7385b44c53a2747e07 Reviewed-by: Christian Kandeler --- changelogs/changes-1.17.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'changelogs/changes-1.17.1.md') diff --git a/changelogs/changes-1.17.1.md b/changelogs/changes-1.17.1.md index 1f14fcd41..ef5a39f83 100644 --- a/changelogs/changes-1.17.1.md +++ b/changelogs/changes-1.17.1.md @@ -2,8 +2,9 @@ * Android: Fix support for Qt 5.15 (QBS-1580). * Android: Allow exporting of Qt modules in Export items (QBS-1576) - +* Darwin: Fix ios-simulator builds with XCode 12 # Contributors * Raphaƫl Cotty +* Ivan Komissarov -- cgit v1.2.3