google / googletest

GoogleTest - Google Testing and Mocking Framework
https://google.github.io/googletest/
BSD 3-Clause "New" or "Revised" License
34.38k stars 10.06k forks source link

GoogleTest and Xcode integration #3110

Open emroczko opened 3 years ago

emroczko commented 3 years ago

Hello, I've tried to install GoogleTest with CMake to get .xcodeproj, but when I follow the steps in the readme.md I don't get any .xcodeproj file, only few libs and a lot of other files. How can I get .xcodeproj file for google test to add it to Xcode?

derekmauro commented 3 years ago

To be honest, none of us use the .xcodeproj build solution, so we don't really know. We will look into this and treat this as a documentation issue.

raghavchugh21 commented 3 years ago

I would like to work on this issue!