Re: Xcode Build Location

2020-05-15 Thread Alex Zavatone via Cocoa-dev
There are two more of these groups created Jens that you may find helpful. xc...@apple-dev.groups.io co...@apple-dev.groups.io > On May 15, 2020, at 2:18 PM, Richard Charles via Cocoa-dev > wrote: > > Thanks to everyone for your comments and suggestions. > > I now have my app with embedded

Re: Xcode Build Location

2020-05-15 Thread Richard Charles via Cocoa-dev
Thanks to everyone for your comments and suggestions. I now have my app with embedded frameworks working as multiple individual projects or combined into a single workspace. It all works in Xcode 9 or 11 and archiving also works. The app was successfully notarized by Apple. There is actually an

Re: Xcode Build Location

2020-05-08 Thread Sandor Szatmari via Cocoa-dev
Richard, > On May 8, 2020, at 10:16, Steve Mills via Cocoa-dev > wrote: > > On May 8, 2020, at 09:08:17, Richard Charles via Cocoa-dev > wrote: >> >> Some of the dynamically linked libraries are large. If they are put in a >> workspace with the main project then it is so large it becomes c

Re: Xcode Build Location

2020-05-08 Thread Steve Mills via Cocoa-dev
On May 8, 2020, at 09:08:17, Richard Charles via Cocoa-dev wrote: > > Some of the dynamically linked libraries are large. If they are put in a > workspace with the main project then it is so large it becomes cumbersome to > work with. > > One library has over 1,100 source files. Using a works

Re: Xcode Build Location

2020-05-08 Thread Richard Charles via Cocoa-dev
> On May 7, 2020, at 10:04 PM, Rob Petrovec wrote: > > Have you considered using a workspace to handle building all of your > individual projects? That should solve your file path & linking problem. > Some of the dynamically linked libraries are large. If they are put in a workspace with th

Re: Xcode Build Location

2020-05-07 Thread Rob Petrovec via Cocoa-dev
Have you considered using a workspace to handle building all of your individual projects? That should solve your file path & linking problem. btw, the 28 character string is a UUID. I’m not sure about its lifetime. —Rob > On May 7, 2020, at 9:57 PM, Richard Charles via Cocoa-dev > wrote: >

Xcode Build Location

2020-05-07 Thread Richard Charles via Cocoa-dev
I have a project that has several large dynamically linked libraries which are located in the application bundle. Each linked library is a separate project. The setting in Xcode > Preferences > Locations > Advanced > Build Location is set to use Shared Folder > Build. Historically has worked wel