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.
我在 Mac 10.7.4 (Lion) 上运行 Xcode 4.3。
我的应用程序的所有资源(图像、音频)都位于我系统上的一个单独文件夹(类似于 DropBox 或安装在根目录上的 Sugar Sync 文件夹)中。
我编写了一个 shell 脚本(在运行脚本中),以便在编译代码时将应用程序所需的资源复制到包中。
有没有办法查看我的运行脚本已复制到构建文件夹中的资产(图像和音频)?如果是这样,我将如何去做?
选择 iOS 设备作为构建目标,然后构建您的应用程序。这将生成产品 .app 文件。从 Project Navigator 中展开 Products 文件夹,然后右键单击 yourappname.app 并选择“Show in Finder”。右键单击查找器中的应用程序,然后选择“显示包内容”。您将在那里找到所有捆绑的资产。请注意,您可能无法打开这些图像。