Git Product home page Git Product logo

Comments (17)

xareelee avatar xareelee commented on May 19, 2024

Agree! Please add it to Cocoapods spec.

from iqkeyboardmanager.

hackiftekhar avatar hackiftekhar commented on May 19, 2024

I tried it. But I was unable to add it to cocoapods spec. If you can help me with this please let me know the suitable timings.

from iqkeyboardmanager.

nathan-alden-sr avatar nathan-alden-sr commented on May 19, 2024

Go here: http://cocoapods.org/

Then, click on the massive CREATE A POD link. It's pretty easy. :)

from iqkeyboardmanager.

hackiftekhar avatar hackiftekhar commented on May 19, 2024

Thanks for the great suggestion. Here is the cocoapod link:-
pod 'IQKeyboardManager', '~>2.5.0'

Regards
Iftekhar

from iqkeyboardmanager.

EvgenyKarkan avatar EvgenyKarkan commented on May 19, 2024

Why 2.5.0 and not 1.0.0?

from iqkeyboardmanager.

hackiftekhar avatar hackiftekhar commented on May 19, 2024

I released v1.0 basic functionality previously. Whenever I add a new functionality on this I increased a version number i.e. 1.0->2.0. Whenever I fix a bug I change the version number from 1.0->1.1.

from iqkeyboardmanager.

hansaaaaa avatar hansaaaaa commented on May 19, 2024

I am trying to run this, but on pod install, I get

Analyzing dependencies
[!] Unable to find a specification for IQKeyboardManager~>2.5.0

from iqkeyboardmanager.

GawenBerger avatar GawenBerger commented on May 19, 2024

You can be sure to always get the last version by doing :
pod 'IQKeyboardManager'
or if you want to get the last version there is at the moment :
pod 'IQKeyboardManager', '~> 3.2.0.3'

from iqkeyboardmanager.

hansaaaaa avatar hansaaaaa commented on May 19, 2024

Hey, thanks, but I still get issues with this. This is what my podfile now is:

source 'https://github.com/hackiftekhar/IQKeyboardManager.git'

pod 'IQKeyboardManager'

xcodeproj '../myProject.xcodeproj'

without the version constraint, I get this, instead of the previous issue:

Analyzing dependencies
[!] An unexpected version directory Categories was encountered for the /Users/myUser/.cocoapods/repos/hackiftekhar/IQKeyboardManager Pod in the IQKeyboardManager repository.

Is there something not right with what is in the podfile? I haven't done this before

Thanks!

from iqkeyboardmanager.

GawenBerger avatar GawenBerger commented on May 19, 2024

I don't think you have to specify IQKeyboardManager as source, try this and tell me if it works :

source 'https://github.com/CocoaPods/Specs.git'
pod 'IQKeyboardManager'

from iqkeyboardmanager.

hansaaaaa avatar hansaaaaa commented on May 19, 2024

Beatiful, thank you so much, works like a charm now ;)

from iqkeyboardmanager.

hansaaaaa avatar hansaaaaa commented on May 19, 2024

Also, thanks to hackiftekhar for this great library, and cocoapods also awesome. super ;)

from iqkeyboardmanager.

hackiftekhar avatar hackiftekhar commented on May 19, 2024

Cheers !!!

from iqkeyboardmanager.

hackiftekhar avatar hackiftekhar commented on May 19, 2024

Could you please confirm you're getting this error by creating new project and install via cocoapods. FYI, this is cocoapods issue and not from the library.

from iqkeyboardmanager.

youbinbin avatar youbinbin commented on May 19, 2024

3.3.7 is the last iOS 7 supported version.
ld: embedded dylibs/frameworks are only supported on iOS 8.0 and later (@rpath/IQKeyboardManager.framework/IQKeyboardManager) for architecture arm64

from iqkeyboardmanager.

nhatlee avatar nhatlee commented on May 19, 2024

@hackiftekhar have any solution for work around?

from iqkeyboardmanager.

nhatlee avatar nhatlee commented on May 19, 2024

@youbinbin go to Build Phrases -> Link Binary With Libraries then add IQKeyboardManager.framework. Then it's worked.

from iqkeyboardmanager.

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.