diff options
-rw-r--r-- | cpp/test/ios/controller/C++ Test Controller.xcodeproj/project.pbxproj | 4 |
1 files changed, 4 insertions, 0 deletions
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", |