From 15c40a32b7a153138941584e5717772e4da7a17c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 1 Aug 2023 10:21:52 +0200 Subject: [PATCH] Revert "KNOWN_BUGS: build for iOS simulator on macOS 13.2 with Xcode 14" This reverts commit 2e8a3d7cb73c85a9aa151e263315f8a496dbb9d4. It's a user error for supplying incomplete information to the build system. Reported-by: Ryan Schmidt Ref: https://github.com/curl/curl/issues/11215#issuecomment-1658729367 --- docs/KNOWN_BUGS | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index a59b6a2986..6c2ba22df5 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -39,7 +39,6 @@ problems may have been fixed or changed somewhat since this was written. 5.1 OS400 port requires deprecated IBM library 5.2 curl-config --libs contains private details 5.3 building for old macOS fails with gcc - 5.4 build for iOS simulator on macOS 13.2 with Xcode 14 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows 5.6 cygwin: make install installs curl-config.1 twice 5.9 Utilize Requires.private directives in libcurl.pc @@ -238,10 +237,6 @@ problems may have been fixed or changed somewhat since this was written. See https://github.com/curl/curl/issues/11441 -5.4 build for iOS simulator on macOS 13.2 with Xcode 14 - - https://github.com/curl/curl/issues/11215 - 5.5 cannot handle Unicode arguments in non-Unicode builds on Windows If a URL or filename cannot be encoded using the user's current codepage then -- 2.47.3