fix: ios release构建错误
This commit is contained in:
parent
14fe6223e4
commit
6290fe36e5
@ -143,7 +143,8 @@ platform :ios do
|
|||||||
sh("flutter","pub","get")
|
sh("flutter","pub","get")
|
||||||
end
|
end
|
||||||
Dir.chdir ".." do
|
Dir.chdir ".." do
|
||||||
sh("bundle", "exec" ,"pod", "install")
|
#sh("bundle", "exec" ,"pod", "install")
|
||||||
|
sh("pod", "install")
|
||||||
end
|
end
|
||||||
Dir.chdir "../.." do
|
Dir.chdir "../.." do
|
||||||
sh("flutter", "build", "ios", "--no-tree-shake-icons", "--no-codesign", "--release", "--flavor", "#{flavor}", "-t", "lib/main_#{flavor}_lite.dart", "--build-number=#{build_number}", "--build-name=#{build_version}")
|
sh("flutter", "build", "ios", "--no-tree-shake-icons", "--no-codesign", "--release", "--flavor", "#{flavor}", "-t", "lib/main_#{flavor}_lite.dart", "--build-number=#{build_number}", "--build-name=#{build_version}")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user