美文网首页
flutter .ios中podflie替换模板路径

flutter .ios中podflie替换模板路径

作者: XH小子 | 来源:发表于2021-12-30 15:14 被阅读0次

找到这个路径
flutter/packages/flutter_tools/templates/module/ios/host_app_ephemeral_cocoapods/Podfile.copy.tmpl
修改里面内容

platform :ios, '9.0'
source 'git@git.2dfire.net:ios/cocoapods-spec.git'   # 私有库
use_frameworks! :linkage => :static

相关文章

网友评论

      本文标题:flutter .ios中podflie替换模板路径

      本文链接:https://www.haomeiwen.com/subject/lckffrtx.html