From 02c23ba75deb02130e6b5f480c58e582dd617b98 Mon Sep 17 00:00:00 2001 From: Bernard Normier Date: Sat, 1 Jul 2017 15:24:07 -0400 Subject: Added missing -fobjc-arc-exceptions --- cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/test/ios') diff --git a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj index d9c4d10958c..2c5e9d7b206 100644 --- a/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj +++ b/cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj @@ -607,6 +607,7 @@ ); INFOPLIST_FILE = Classes/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_CFLAGS = "-fobjc-arc-exceptions"; OTHER_LDFLAGS = ( "-lIce++11", "-lIceDiscovery++11", @@ -631,6 +632,7 @@ ); INFOPLIST_FILE = Classes/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_CFLAGS = "-fobjc-arc-exceptions"; OTHER_LDFLAGS = ( "-lIce++11", "-lIceDiscovery++11", @@ -737,6 +739,7 @@ DEVELOPMENT_TEAM = U4TBVKNQ7F; INFOPLIST_FILE = Classes/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_CFLAGS = "-fobjc-arc-exceptions"; OTHER_LDFLAGS = ( "-lIce", "-lIceDiscovery", @@ -757,6 +760,7 @@ DEVELOPMENT_TEAM = U4TBVKNQ7F; INFOPLIST_FILE = Classes/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + OTHER_CFLAGS = "-fobjc-arc-exceptions"; OTHER_LDFLAGS = ( "-lIce", "-lIceDiscovery", -- cgit v1.2.3