Closed GoogleCodeExporter closed 9 years ago
Your project's target in Xcode should have a deployment target setting of 5.1.
See for example
http://stackoverflow.com/questions/12404495/xcode-4-5-error-on-ios-5 and
http://stackoverflow.com/questions/12641190/arc-app-crashes-when-accessing-prope
rty-form-arc-static-lib
Original comment by grobb...@google.com
on 12 Mar 2013 at 12:34
Hi there,
Thanks for the response! Xcode 4.6 supports a deployment target of iOS 4.3,
which is what we use at Zetetic for STRIP. Just to confirm, is a deployment
target of iOS 5.1 the earliest supported by the client library?
Thanks!
Billy Gray
Original comment by wg...@zetetic.net
on 12 Mar 2013 at 2:31
The library was originally written for 4.3 compatibility. As far as we know, it
still should work with 4.3 so long as the appropriate JSON parser code is
compiled in, but it's been years since we've even tried building for 4.3, and
we're not aware of any developers nowadays targeting 4.3 for their iOS apps.
Original comment by grobb...@google.com
on 13 Mar 2013 at 6:14
Thanks again for the information. I did give it a shot; for anybody else who
runs into this, or is searching for an answer:
For now it looks like this library is not compatible with iOS 4.3 and requires
a minimum deployment target of 5.1 to build. Building with the deployment
target on GTL.xcodeproj set to 4.3 fails due to duplicate NSJSONSerialization
declarations generated by the code in GTLJSONParser.m—code that looks like it
was written with 4.3 compatibility in mind. I made a few lame attempts to
resolve this but didn't get anywhere. I'm just going to set my app's baseline
to 5.1, since anybody running 4.3 should be able to upgrade to iOS 5 with their
armv7 device.
Original comment by wg...@zetetic.net
on 13 Mar 2013 at 2:30
Original issue reported on code.google.com by
wg...@zetetic.net
on 11 Mar 2013 at 6:35