Giter VIP home page Giter VIP logo

Comments (9)

zzz2016 avatar zzz2016 commented on July 29, 2024

一样, 提示LazyScroll 找不到

from tangram-ios.

gaosboy avatar gaosboy commented on July 29, 2024

I'll check that.

from tangram-ios.

fydx avatar fydx commented on July 29, 2024

各位可以把使用的cocoapods 版本给我一下么?

from tangram-ios.

wuzhenli avatar wuzhenli commented on July 29, 2024

1.2.0

from tangram-ios.

fydx avatar fydx commented on July 29, 2024

建议尝试一下 pod repo update --verbose ,看一下master repo 是否被正确的同步
LazyScroll 的0.0.2 版本在cocoapods master repo上确实已经发布了 https://cocoapods.org/?q=lazyscroll

from tangram-ios.

wuzhenli avatar wuzhenli commented on July 29, 2024

执行 pod repo update --verbose后, pod search LazyScroll 搜索不到。

from tangram-ios.

gaosboy avatar gaosboy commented on July 29, 2024

@wuzhenli @zzz2016 我遇到一样的问题,正在排查,目前我看到的现象是master的spec太老,而且更新奇慢,所以没有LazyScroll。

建议你们直接去repo目录看看master下有没有 LazyScroll这个文件夹,如果么有,看看master的提交是不是太老

from tangram-ios.

gaosboy avatar gaosboy commented on July 29, 2024

刚才我尝试了各种办法,最终靠升级ruby版本解决了问题。

ruby版本升级到2.4.0以上
cocoapods升级到1.0.0以上

from tangram-ios.

fydx avatar fydx commented on July 29, 2024

如果遇到类似的问题,升级ruby和Cocoapods还是不能解决的,可以尝试:

  1. 执行 pod repo update --verbose 打印详细信息,看一下同步master repo 的时候有没有错误信息
    针对性解决问题

  2. 重置master repo

cd ~/.cocoapods/repos
pod repo remove master
git clone https://github.com/CocoaPods/Specs.git master

如果比较慢,可以把https://github.com/CocoaPods/Specs.git 换成master repo的镜像,比如tuna 详见 https://mirror.tuna.tsinghua.edu.cn/help/CocoaPods/

from tangram-ios.

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.