Fastlane Beta:Bundler :: GemNotFound:在任何来源

时间:2018-05-22 02:45:53

标签: ios fastlane fastlane-pilot fastlane-gym

运行fastlane beta并收到此错误:

Bundler::GemNotFound: Could not find CFPropertyList-3.0.0 in any of the sources

我尝试通过终端安装gem,将它添加到我的gemfile,更新我的fastlane版本......没有运气。有什么想法吗?

3 个答案:

答案 0 :(得分:1)

我在cocoapods插件上与它约会错误:

enter image description here

我尝试手动安装CFPropetyList-3.0.0-没有帮助,我对所有gem进行了更新-没有帮助。

仅提供帮助:fastlane install_plugins命令,它是用于fastlane的更新的cocoapods插件,现在可以正常工作。

P.S。更新到Mojave OS后,该错误开始显示。

答案 1 :(得分:1)

更新所有宝石: sudo gem update --system

如果这会导致您出现以下错误:

ERROR:  While executing gem ... (Errno::EPERM)
            Operation not permitted @ rb_sysopen - 
        /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/gem

尝试运行命令: sudo gem install -n / usr / local / bin cocoapods

这将删除此错误Could not find CFPropertyList-3.0.0 in any of the sources

如果在上传移动应用时遇到bundle install这样的错误,请进入android / ios文件夹并运行命令:

bundle install

答案 2 :(得分:1)

试试

gem install CFPropertyList