0

I can create a workspace and add two different Xcode project in that workspace. Inside that workspace, is there a way to access from one project's class to other project's class?

Thank you.

enter image description here

makkuzu
  • 485
  • 2
  • 4
  • 19
  • https://stackoverflow.com/questions/9501799/xcode-4-2-how-to-import-h-file-from-subproject ? – Larme Nov 09 '21 at 09:52
  • I would recommend creating a framework with the code that's meant to be shared. – EmilioPelaez Nov 09 '21 at 09:58
  • Actually I have no idea for creating framework. – makkuzu Nov 09 '21 at 11:09
  • Larme, I have checked the link and Search Header File looks like a good solution but did not work though. – makkuzu Nov 09 '21 at 11:10
  • see that rectangle named "Target Membership" on the right side? Thats your friend. All created projects on one workspace (aka Targets) appear there and you select file by file what is part where and even multiple selections possible – Ol Sen Nov 09 '21 at 23:23
  • Ok, but, when I select iOSPlugin file I see Unity-Project related targets and for my RCController files I only see Demo as a Target. – makkuzu Nov 10 '21 at 05:30

0 Answers0