samvermette / SVPullToRefresh

Give pull-to-refresh & infinite scrolling to any UIScrollView with 1 line of code.
http://samvermette.com/314
MIT License
4.82k stars 1.09k forks source link

Please support carthage #273

Open chris-sean opened 8 years ago

hy9be commented 8 years ago

+1

Iyuna commented 8 years ago

While my PR is not yet reviewed and merged, feel free to use my fork for having Carthage support. Just add to your Cartfile github "Iyuna/SVPullToRefresh" "master" instead.

haithngn commented 7 years ago

@lyuna Fetching SVPullToRefresh Skipped downloading SVPullToRefresh.framework binary due to the error: "Must specify two-factor authentication OTP code." Checking out SVPullToRefresh at "a5f9dfee86a27c4e994d7edf93d0768c881d58bb" xcodebuild output can be found in /var/folders/cb/n_ccw95n7zs11l87f9w98s7h0000gn/T/carthage-xcodebuild.caJshj.log *** Skipped building SVPullToRefresh due to the error: Dependency "SVPullToRefresh" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/Iyuna/SVPullToRefresh/issues/new

:D

Iyuna commented 7 years ago

@haithngn That's strange. The recent commit in my fork of SVPullToRefresh is not the one you specified (it is e86f429aa6526db5799946139bb1fe080a95cf13 instead of a5f9dfee86a27c4e994d7edf93d0768c881d58bb). Also I've checked the code and it has a shared framework schemes. Could you please try to delete your current library check out version and try to relaunch carthage update SVPullToRefresh --platform iOS --no-use-binaries command?

haithngn commented 7 years ago

it still does not work @lyuna

Iyuna commented 7 years ago

@haithngn Then could you please provide the log of the recent error?

haithngn commented 7 years ago

@Iyuna, it works now like a charm 💯 thank you