Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 3943bb9

Browse files
iOS Demo build error #1375
1 parent 6a2e0a9 commit 3943bb9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

publish/scripts/installer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,10 @@ pod 'Firebase/Core', '~> ` + (supportsIOSModernBuildSystem ? '6.6.0' : '5.15.0')
395395
# Performance Monitoring
396396
` + (isSelected(result.performance_monitoring) ? `` : `#`) + `pod 'Firebase/Performance'
397397
398+
# A/B Testing dependency, see https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/1375
399+
` + (isSelected(result.remote_config) ? `` : `#`) + `pod 'FirebaseABTesting', '= 3.0'
400+
` + (isSelected(result.performance_monitoring) ? `` : `#`) + `pod 'FirebaseABTesting', '= 3.0'
401+
398402
# Crashlytics
399403
` + (isSelected(result.crashlytics) ? `` : `#`) + `pod 'Fabric'
400404
` + (isSelected(result.crashlytics) ? `` : `#`) + `pod 'Crashlytics'

src/scripts/postinstall.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4567,6 +4567,10 @@ pod 'Firebase/Core', '~> ` + (supportsIOSModernBuildSystem ? '6.6.0' : '5.15.0')
45674567
# Performance Monitoring
45684568
` + (isSelected(result.performance_monitoring) ? `` : `#`) + `pod 'Firebase/Performance'
45694569
4570+
# A/B Testing dependency, see https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/1375
4571+
` + (isSelected(result.remote_config) ? `` : `#`) + `pod 'FirebaseABTesting', '= 3.0'
4572+
` + (isSelected(result.performance_monitoring) ? `` : `#`) + `pod 'FirebaseABTesting', '= 3.0'
4573+
45704574
# Crashlytics
45714575
` + (isSelected(result.crashlytics) ? `` : `#`) + `pod 'Fabric'
45724576
` + (isSelected(result.crashlytics) ? `` : `#`) + `pod 'Crashlytics'

0 commit comments

Comments
 (0)