0

Our Xcode project needs to compile a few C# projects as a build phase. The xbuild command line call is acting different when run from Xcode instead of from Terminal

xbuild /property:configuration=Mono Plug-ins/MyTestPlugIn.sln

When run from Terminal, the copying of local assemblies for referenced projects occurs. When run from Xcode, the copy does not happen which causes the compile to fail.

I'm guessing there must be some environment variable that is different, but can't figure out what it is.

Steve Baer
  • 101
  • 4

0 Answers0