Pin SWIFT_VERSION to 5.2

This commit is contained in:
Marc Rousavy
2021-02-19 17:55:37 +01:00
parent 75628a0dce
commit 3597fa949d
3 changed files with 5 additions and 7 deletions

View File

@@ -306,7 +306,7 @@
PRODUCT_NAME = VisionCameraExample;
SWIFT_OBJC_BRIDGING_HEADER = "VisionCameraExample-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.2;
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
@@ -329,7 +329,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.example.reactnativevisioncamera;
PRODUCT_NAME = VisionCameraExample;
SWIFT_OBJC_BRIDGING_HEADER = "VisionCameraExample-Bridging-Header.h";
SWIFT_VERSION = 5.0;
SWIFT_VERSION = 5.2;
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
@@ -386,7 +386,6 @@
LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
LIBRARY_SEARCH_PATHS = (
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
"\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = YES;
@@ -440,7 +439,6 @@
LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
LIBRARY_SEARCH_PATHS = (
"\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
"\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
"\"$(inherited)\"",
);
MTL_ENABLE_DEBUG_INFO = NO;