We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 157a6cc commit 7a1b76cCopy full SHA for 7a1b76c
1 file changed
app/CMakeLists.txt
@@ -390,7 +390,9 @@ endif()
390
if(ANDROID)
391
firebase_cpp_proguard_file(app)
392
elseif(IOS)
393
- # Enable Automatic Reference Counting (ARC) for Objective-C/Swift interop
+ # Enable Automatic Reference Counting (ARC) for Objective-C/Swift interop.
394
+ # Note: Bitcode (-fembed-bitcode) was removed because it was deprecated in
395
+ # Xcode 14 and is completely unsupported by modern Swift toolchains.
396
target_compile_options(firebase_app
397
PUBLIC $<$<NOT:$<COMPILE_LANGUAGE:Swift>>:-fobjc-arc>)
398
# Add empty include path to get root include folder '.'
0 commit comments