platform :ios, '9.0'
target 'myproject' do

end

#新添加的代码
flutter_application_path = '../'
eval(File.read(File.join(flutter_application_path, '.ios', 'Flutter', 'podhelper.rb')), binding)
---------------------

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2021-07-09
  • 2022-03-01
  • 2022-12-23
  • 2021-11-23
猜你喜欢
  • 2022-01-28
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-11-08
相关资源
相似解决方案