fix: missing c++ library when building iOS (#3092)

This commit is contained in:
Lucas.Xu
2023-08-01 13:15:19 +07:00
committed by GitHub
parent 7c21f61d2e
commit 62be81395d
2 changed files with 2 additions and 1 deletions

View File

@ -22,4 +22,5 @@ A new flutter plugin project.
s.swift_version = '5.0'
s.static_framework = true
s.vendored_libraries = "libdart_ffi.a"
s.library = "c++"
end