Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pod install 出现警告 #292

Closed
tisfeng opened this issue Dec 30, 2023 · 1 comment
Closed

pod install 出现警告 #292

tisfeng opened this issue Dec 30, 2023 · 1 comment
Assignees
Labels

Comments

@tisfeng
Copy link
Owner

tisfeng commented Dec 30, 2023

[DEPRECATED] This Gemfile does not include an explicit global source. Not using an explicit global source may result in a different lockfile being generated depending on the gems you have installed locally before bundler is run. Instead, define a global source in your Gemfile like this: source "https://rubygems.org".

image
@tisfeng tisfeng added the dev label Dec 30, 2023
@tisfeng
Copy link
Owner Author

tisfeng commented Dec 30, 2023

看了一下,Gemfile 格式有点问题,这是目前项目中 Gemfile

source 'https://rubygems.org' do
  gem 'cocoapods', '1.14.2'
end

这是官方文档 https://guides.cocoapods.org/using/a-gemfile.html

source 'https://rubygems.org'

gem 'cocoapods'
gem 'cocoapods-keys'

gem 'fui', '~> 0.3.0'
gem 'xcpretty'
gem 'second_curtain', '~> 0.2.3'
gem 'fastlane'

@tisfeng tisfeng self-assigned this Dec 30, 2023
@tisfeng tisfeng closed this as completed Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant