Skip to content

Commit 7a1b76c

Browse files
committed
Comment why bitcode was removed
1 parent 157a6cc commit 7a1b76c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,9 @@ endif()
390390
if(ANDROID)
391391
firebase_cpp_proguard_file(app)
392392
elseif(IOS)
393-
# Enable Automatic Reference Counting (ARC) for Objective-C/Swift interop
393+
# 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.
394396
target_compile_options(firebase_app
395397
PUBLIC $<$<NOT:$<COMPILE_LANGUAGE:Swift>>:-fobjc-arc>)
396398
# Add empty include path to get root include folder '.'

0 commit comments

Comments
 (0)