I am using the following solution:
Create a GoogleService-CONFIGURATION-Info.plist file for each Xcode configuration. Do not link files with purpose.
Add Script Run Build Phase:
cp ${SRCROOT}/Resources/Firebase/GoogleService-${CONFIGURATION}-Info.plist ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleService-Info.plist
source
share