diff --git a/ios/flutter_boost.podspec b/ios/flutter_boost.podspec index f96ebf44d2217b4de22ac836ff02641ae31d9927..7b8b367738ca4cea5679dab93b1a4a9772cff02f 100755 --- a/ios/flutter_boost.podspec +++ b/ios/flutter_boost.podspec @@ -26,6 +26,10 @@ A new Flutter plugin make flutter better to use! s.dependency 'Flutter' s.libraries = 'c++' + s.xcconfig = { + 'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11', + 'CLANG_CXX_LIBRARY' => 'libc++' + } s.ios.deployment_target = '8.0' end