图像选择器未显示图像iOS Xcode 6.1.1

时间:2015-02-17 08:26:57

标签: ios objective-c xcode uiimageview uiimage

我已经在Xcode 6.1.1 for iOS中为图像选择器创建了一个简单的应用程序,它在我家的Mac上工作,但是同样的代码在我办公室的Mac上不起作用请问有人可以告诉我为什么会这样吗?

这是同一应用程序源代码的github链接。

https://github.com/varun-naharia/ImageUploader

来自计算机1的媒体信息,其中一切正常

2015-02-18 09:19:35.212 ImageUploader[3785:12959] info = {
    UIImagePickerControllerMediaType = "public.image";
    UIImagePickerControllerOriginalImage = "<UIImage: 0x7fd6f9d334a0> size {834, 1250} orientation 0 scale 1.000000";
    UIImagePickerControllerReferenceURL = "assets-library://asset/asset.JPG?id=E2741A73-D185-44B6-A2E6-2D55F69CD088&ext=JPG";
}
2015-02-18 09:19:35.212 ImageUploader[3785:12959] mediaUrl = (null)
2015-02-18 09:19:35.212 ImageUploader[3785:12959] image = <UIImage: 0x7fd6f9d334a0> size {834, 1250} orientation 0 scale 1.000000

1 个答案:

答案 0 :(得分:0)

更新xcode后,它现在正常工作