I am attempting to create/build/run a second target for a library project in xcode. The library is being consumed by another project in the workspace, and I have:
- Created the second target, a console app
- Confirmed that the generated main.cpp file is included in the console target
- Cleaned and rebuilt, confirming that the library still builds and works
However the console target remains unbuilt. I have not received any errors.
Places I have researched looking for higher resolution steps:
- Googletest xcode tip (meandmark.com)
- Google test project target docs (per my use case)
- Should I be using one project with multiple targets?
- Build static library target with main target for...
- Xcode concepts
- Xcode help docs
If you think you can help, I'd be much obliged.