-1

I am new to MAC and Xcode. I had been developing my code on Ubuntu Virtual box on host os MAC. But just wondered how wonderful Xcode as IDE is. So is it possible to access code on Ubuntu VM from Xcode on MAC?

Any pointers will be appreciated. Thanks.

user1228352
  • 569
  • 6
  • 21

1 Answers1

-1

You can achieve this in 2 different ways:

  1. Use shared folders feature in the virtual box. See link1 for more.

  2. Use NFS (network file system) to mount a folder in ubuntu (nfs server) into macOS (nfs client). See link1, link2 for more.

j23
  • 3,139
  • 1
  • 6
  • 13