I need use this framework with IOS 4.3 Scheme, How can i do this? I want to create a gallery app, i´ve created the interface but i need download some pictures.

I´ve used WSStub(server in objective c) and WSJava(client in java). I send picture code in Base 64, i receive this string decode and save in NSData but when i try to save in UIImage... i showed a error.

After solve this problem adding Uikit framework and changing scheme to IOS 4.3, Core Service framework is uncompatible.....

有帮助吗?

解决方案

Add this framework and mark as "Optional" (Xcode 4.2) "Weak Linking" prior versions.

And check for OS version in your code and do accordingly..

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top