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 中开发一个 iPad 应用程序。在 iPad 模拟器中,我在其照片库中有一些照片。如何将其中一张照片添加到 xcode 的资源文件夹中?有可能吗?谢谢。
它与驻留在硬盘上的任何其他文件一样。模拟器的路径如下所示:
Users/INSERT_YOUR_USER_HERE/Library/Application Support/iPhone Simulator/
挖掘这些目录,直到找到您的应用程序,复制文件,然后将其添加到您的 XCode 项目中。
看到这些线程
捆绑和文件访问
https://discussions.apple.com/thread/1731074?start=0&tstart=0