Hello. I have a C++ static library used on both iOS and OSX that is built with Xcode6.2.
I tried to make a single project with two targets: one based on the iOS SDK, and another based on the OSX SDK. They both build OK, but the "Products" group in the Project Navigator only can find the output library for the SDK selected in the "Project" settings (not the targets). That is, the Project-level "Base SDK" selected seems to window down what XCode can find in the "Products" output targets display. Am I going the wrong way here? Should I be doing 2 separate projects (and maybe combining them with a workspace) instead? Thanks -- Ward _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
