2

我刚刚用新的 iOS6 开发了一个应用程序。我的 Xcode 版本是 4.5.1。我从UIImagePickerController. 当我选择图像时,出现以下错误并且在 imageView 上没有图像

Could not create PLImageTable for format 4031 at path /Users/mymacname/Library/Application Support/iPhone Simulator/6.0/Media/PhotoData/Thumbnails/120x120.ithmb: No such file or directory (2)

它在 iPhone5 和 iOS6 中工作,但仅在 iPad 中出现。

4

1 回答 1

1

我发现在通过 Xcode 启动您的应用程序之前,我必须在模拟器中启动“照片”(您只需执行一次)。启动它会初始化一些需要在那里的东西。此外,您必须在此处放置一些图像。最简单的方法是在模拟器中启动 Mobile Safari 去谷歌图片并下载一些图片。

于 2012-10-11T13:20:35.797 回答