From cda7f814fe88395c0d22b51db6e659b1f17f6305 Mon Sep 17 00:00:00 2001 From: Kiyotaka Sasaya Date: Sat, 11 Jul 2020 22:59:09 +0900 Subject: [PATCH] Set CURRENT_PROJECT_VERSION to avoid validation error on submitting to the app store When you install this library via carthage, CFBundleVersion is missing because CURRENT_PROJECT_VERSION is not set. This results in "Info.plist file is missing the required key: CFBundleVersion" error when you try to submit your app to the app store. It looks like there are other libraries having this issue. https://github.com/Flight-School/AnyCodable/issues/20#issuecomment-493263003 --- DynamicBlurView.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DynamicBlurView.xcodeproj/project.pbxproj b/DynamicBlurView.xcodeproj/project.pbxproj index 63c05d3..11013c6 100644 --- a/DynamicBlurView.xcodeproj/project.pbxproj +++ b/DynamicBlurView.xcodeproj/project.pbxproj @@ -347,6 +347,7 @@ OBJ_31 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + CURRENT_PROJECT_VERSION = 1; ENABLE_TESTABILITY = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -375,6 +376,7 @@ OBJ_32 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + CURRENT_PROJECT_VERSION = 1; ENABLE_TESTABILITY = YES; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)",