I have a project ("sqlcipher") with a lib target named "sqlcipher" (produces libsqlcipher.a) and an application target named "TestBed".
But I can't get Xcode to even attempt to compile "TestBed" -- I highlight "TestBed" and it just builds "sqlcipher" and says "Build Succeeded". Errors intentionally placed in the "TestBed" sources are not flagged. The Log Navigator shows "sqlcipher" built. I can't find any option in Xcode to specify which target to build.
I assume I've missed something fairly basic, but what?