Giter Site home page Giter Site logo

Comments (5)

nicklockwood avatar nicklockwood commented on June 17, 2024

Are you using Xcode 6.3? nullable/nonnull were introduced in that version.

from fxkeychain.

kraftydevil avatar kraftydevil commented on June 17, 2024

OK so it's relatively new. Thanks.

I'm using Xcode 6.2 on Mavericks OS X 10.9.5 and don't want to risk any updates messing up my environment.

Apparently the latest Xcode can be installed on Mavericks but not run. This is according to a comment here: http://appleinsider.com/articles/15/04/08/apple-releases-xcode-63-with-force-touch-support-swift-12-with-improved-compilers

On my machine, I see it as an incompatible update:
screen shot 2015-05-25 at 10 50 59 am

Is there any way I can use 1.5.2? I'm approaching a release and I've had problems with OS / Xcode upgrades in the past.

from fxkeychain.

nicklockwood avatar nicklockwood commented on June 17, 2024

There's no reason why you shouldn't be able to just download 1.5.2 from CocoaPods as it's still on Github. Perhaps you need to delete your pods or something? Maybe ask CocoaPods support.

Failing that, you can just install FXKeychain in your project manually by downloading it from GitHub and following the instructions in the README file.

from fxkeychain.

kraftydevil avatar kraftydevil commented on June 17, 2024

Yeah I'll follow up with cocoapods.

It's very odd that even when specifying 1.5.2 I get 1.5.3. I have removed
the pod completely and tried to re-install but still I get 1.5.3!

Thanks much.
On May 25, 2015 11:08 AM, "Nick Lockwood" [email protected] wrote:

There's no reason why you shouldn't be able to just download 1.5.2 from
CocoaPods as it's still on Github. Perhaps you need to delete your pods or
something? Maybe ask CocoaPods support.

Failing that, you can just install FXKeychain in your project manually by
downloading it from GitHub and following the instructions in the README
file.


Reply to this email directly or view it on GitHub
#30 (comment)
.

from fxkeychain.

kraftydevil avatar kraftydevil commented on June 17, 2024

FYI the issue I was having was that I was using '~>' to refer to the version.

That means that when listing like so:
pod 'FXKeychain', '~> 1.5.2'

It means cocoapods will look for 1.5.2 or the most recent update since 1.5.2 if it exists. Hence 1.5.3 kept installing.

I changed it to be more explicit:
pod 'FXKeychain', '1.5.2'

Either way, the important point is that you need Xcode 6.3 for FXKeychain 1.5.3 to build.

from fxkeychain.

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.