Workspaces question.
Workspaces question.
- Subject: Workspaces question.
- From: Alex Zavatone <email@hidden>
- Date: Fri, 06 Jun 2014 10:52:40 -0400
We've got a workspace for iOS that is growing by leaps and bounds and we're already seeing issues that require us to understand how to properly set the workspace up better.
Right now, at the top level of our workspace, we've got three folders,
SDKs
TestApps
Apps
with about 8 SDKs, n+1 test apps and 10 apps in their appropriate folders.
After doing a merge yesterday, I noticed that one of our view controllers wasn't using the view controller within the app that I had just placed there, but instead was using one of the other 8 copies of that VC within one of the other apps within the workspace.
It was using a file based on the file's name, instead of the very file within the app. Easy fix, (just reassign it to the scene), but opens up the potential for a large amount of problems.
And then there's namespace collision (possibly another case of the above) especially if you've added an import into a pch of an app ion this workspace
And oddly enough, I was writing my own log function and though it's not in the project, the pches or included anywhere in the project or workspace at all, ever, anywhere, if you start to type AZ in any of the workspaces' .m files, autocomplete will suggest AZLog as the method you're trying to create.
Now, AZLog was a method that I was messing around in December of last year, or maybe even in a project I wrote 2 years ago. As far as I can tell, there is no AZLog string existing on this computer. The point being here, that I don't know if this is a workspace issue with namespace collision or something else that is a ghost in the machine.
But in any case, we don't want the apps within the workspace to be allowing access to all the classes from other apps in the workspace.
We do want the apps within the workspace to have access to all the SDKs compiled libs within toe workspace.
Does anyone have any recommendations for how to prevent each app from seeing the other app's classes and view controllers while allowing the ability to see the libs for the SDKs?
Thanks in advance,
- Alex
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden