I'm trying to compile/run CATCH 2.0.1 on our Mac dev machine and I'm getting numerous semantic and parse issues. I am new to Apple development so its completely possible that the issue is me.
1. Download complete CATCH 2.0.1 GitHub repo.
2. Open the XCode/OCTest/OCTest.xcodeproj file in Xcode 9.1
3. Hit run
OCTest project Group
Validate Project Settings Group
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/OCTest.xcodeproj Update to recommended settings
OCTest Group
Semantic Issue Group
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_assertionhandler.cpp:21:10: No previous prototype for function 'operator<<'
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:5:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:5:
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_string_manip.cpp:32:10: No previous prototype for function 'toLowerCh'
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:42:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:42:
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_test_case_info.cpp:22:37: No previous prototype for function 'parseSpecialTag'
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:47:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:47:
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_test_case_info.cpp:39:10: No previous prototype for function 'isReservedTag'
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:47:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:47:
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_test_case_info.cpp:42:10: No previous prototype for function 'enforceNotReservedTag'
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:47:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:47:
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_timer.cpp:19:10: No previous prototype for function 'estimateClockResolution'
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:53:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:53:
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_tostring.cpp:228:31: Definition or redeclaration of 'atto' cannot name the global scope
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:54:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:54:
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_tostring.cpp:228:31: No member named 'atto' in the global namespace
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:54:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:54:
Parse Issue Group
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_tostring.cpp:228:35: Expected ';' after top level declarator
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:54:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:54:
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_tostring.cpp:228:29: Expected '>'
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:54:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:54:
/Users/andrewsangster/Desktop/Catch2-master/include/internal/catch_tostring.cpp:228:25: Protocol has no object type specified; defaults to qualified 'id'
/Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/catch_objc_impl.mm:54:10: In file included from /Users/andrewsangster/Desktop/Catch2-master/projects/XCode/OCTest/
catch_objc_impl.mm:54: