> On Mar 10, 2016, at 10:50 AM, Alex Zavatone <z...@mac.com> wrote: > > If I create a brand new workspace and then create a brand new iOS target > framework and include it in to that workspace, then drag into the workspace a > project that outputs (pjsip-ios) a .a file (pjsip-ios), the workspace does > not contain the build scheme for the project I just dragged in.
Um, then add a scheme manually? But you don’t actually need a scheme, unless you want to be able to build that .a file by itself from the GUI. If you just make its target a dependent of your iOS app target, then it gets built automatically. (FYI, I’ve never used workspaces. They seem like an unnecessary layer of abstraction, when you can just embed a project in another project.) —Jens
_______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (Xcode-users@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to arch...@mail-archive.com