Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的 Xcode 项目需要编译几个 C# 项目作为构建阶段。从 Xcode 而不是从终端运行时,xbuild 命令行调用的行为不同
xbuild /property:configuration=Mono Plug-ins/MyTestPlugIn.sln
从终端运行时,会复制引用项目的本地程序集。从 Xcode 运行时,不会发生导致编译失败的复制。
我猜肯定有一些不同的环境变量,但无法弄清楚它是什么。