What is the proper way to configure googletest with Xcode 4?
问题 I am following the instructions located at https://github.com/google/googletest/blob/master/googletest/docs/XcodeGuide.md to set up googletest to work with Xcode. However, these instructions seem to be written for Xcode 3. Many things that this article mentions have changed in Xcode 4. What is the proper way to get google test to work with Xcode 4? 回答1: I suggest using the open source xcode-googletest in order to integrate also with Xcode Test Framework (XCTest) 回答2: Follow the instructions