update pod
This commit is contained in:
parent
2c8e9a3fb4
commit
88972b28b5
10
ios/Podfile
10
ios/Podfile
@ -42,16 +42,6 @@ post_install do |installer|
|
||||
target.build_configurations.each do |config|
|
||||
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '14.0'
|
||||
config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES'
|
||||
|
||||
# Fix "non-modular header inside framework module" for Firebase pods
|
||||
if target.name == 'Firebase' || target.name.start_with?('firebase_') ||
|
||||
target.name == 'FirebaseCore' || target.name == 'FirebaseCrashlytics' ||
|
||||
target.name == 'FirebaseMessaging' || target.name == 'GoogleUtilities' ||
|
||||
target.name == 'nanopb'
|
||||
config.build_settings['DEFINES_MODULE'] = 'NO'
|
||||
else
|
||||
config.build_settings['DEFINES_MODULE'] = 'YES'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user