GithubHelp home page GithubHelp logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
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 [email protected] on 12 Mar 2013 at 12:34

  • Changed state: Invalid

from google-api-objectivec-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
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 [email protected] on 12 Mar 2013 at 2:31

from google-api-objectivec-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
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 [email protected] on 13 Mar 2013 at 6:14

from google-api-objectivec-client.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 14, 2024
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 [email protected] on 13 Mar 2013 at 2:30

from google-api-objectivec-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.