应用程序的构建文件夹位于何处?

时间:2012-03-15 08:30:13

标签: xcode

应用的构建文件夹位于何处?我在app目录中看不到任何内容。

3 个答案:

答案 0 :(得分:6)

Build文件夹位于Derived Data文件夹中。您可以通过项目选项卡上的管理器打开此文件夹。

答案 1 :(得分:3)

在Xcode中,在列出文件的左侧,右键单击您的应用程序(例如“MyApplication.app”并点击“在Finder中显示”。

希望这有帮助。

答案 2 :(得分:1)

在XCode中创建构建后,按Command + 7查看日志。日志将显示最终.app文件所在的确切路径。

类似下面的字符串;

Touch /Users/macmini15/Library/Developer/Xcode/DerivedData/test-ciynarecplxqjqdpmuonamtecgvn/Build/Products/Debug-iphoneos/test.app
    cd /Users/macmini15/Desktop/test
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /usr/bin/touch -c /Users/macmini15/Library/Developer/Xcode/DerivedData/test-ciynarecplxqjqdpmuonamtecgvn/Build/Products/Debug-iphoneos/test.app