We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d664b commit 89b331dCopy full SHA for 89b331d
CMakeLists.txt
@@ -107,9 +107,10 @@ if(FIREBASE_CPP_BUILD_TESTS)
107
${CMAKE_BINARY_DIR})
108
endif()
109
110
-if(PLATFORM STREQUAL TVOS)
111
- # AdMob is not supported on tvOS.
+if (PLATFORM STREQUAL TVOS OR PLATFORM STREQUAL SIMULATOR_TVOS)
+ # AdMob, FDL are not supported on tvOS.
112
set(FIREBASE_INCLUDE_ADMOB OFF)
113
+ set(FIREBASE_INCLUDE_DYNAMIC_LINKS OFF)
114
115
116
# Occasionally ANDROID is not being set correctly when invoked by gradle, so
0 commit comments