From 96fc8309025ab10b7c03de13f74a90b57c557fe7 Mon Sep 17 00:00:00 2001 From: Joseph Ross Date: Mon, 5 Nov 2018 21:16:03 -0800 Subject: [PATCH] Set CURRENT_PROJECT_VERSION to fix missing CFBundleVersion error when uploading to the App Store/Testflight. Fixes #234. --- ProtocolBuffers.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ProtocolBuffers.xcodeproj/project.pbxproj b/ProtocolBuffers.xcodeproj/project.pbxproj index 3100453..2b437b0 100644 --- a/ProtocolBuffers.xcodeproj/project.pbxproj +++ b/ProtocolBuffers.xcodeproj/project.pbxproj @@ -584,6 +584,7 @@ CLANG_ENABLE_OBJC_ARC = YES; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = NO; + CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = dwarf; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -609,6 +610,7 @@ CLANG_ENABLE_OBJC_ARC = YES; COMBINE_HIDPI_IMAGES = YES; COPY_PHASE_STRIP = YES; + CURRENT_PROJECT_VERSION = 1; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1;