From 3d7d4909fc932bc91908c6874d2ec7239fbcce59 Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Thu, 10 Oct 2019 17:24:51 +0100 Subject: [PATCH] build: Fix macOS use with Carthage by working around wrong build paths FB7365403 --- Configurations/Config.xcconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Configurations/Config.xcconfig b/Configurations/Config.xcconfig index 4508dc301..ed544f9c2 100644 --- a/Configurations/Config.xcconfig +++ b/Configurations/Config.xcconfig @@ -72,3 +72,9 @@ ENABLE_BITCODE[sdk=iphonesimulator*] = YES ENABLE_BITCODE[sdk=iphone*] = YES ENABLE_BITCODE[sdk=appletvsimulator*] = YES ENABLE_BITCODE[sdk=appletv*] = YES + + +// Unset this property to work around an issue where the build paths generated +// by `xcodebuild -showBuildSettings` are wrong when building the macOS variant +// of a universal framework. (FB7365403) +EFFECTIVE_PLATFORM_NAME =