Skip to content

Commit 692f44d

Browse files
committed
Add notes about including a swift file
1 parent cb3deda commit 692f44d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

release_build_files/readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ CocoaPod (9.x). Please ensure that you use the special version of
230230
Google-Mobile-Ads-SDK Cocoapod listed above (7.69.0-cppsdk2) to maintain
231231
compatibility with Firebase 9.x.
232232

233+
Note: Parts of the Firebase iOS SDK are written in Swift. If your application
234+
does not use any Swift code, you may need to add an empty .swift file to your
235+
Xcode project to ensure that the Swift runtime is included in your app.
236+
233237
#### Libraries
234238

235239
If you prefer to link against static libraries instead of xcframeworks (see the
@@ -290,6 +294,10 @@ CocoaPod (9.x). Please ensure that you use the special version of
290294
Google-Mobile-Ads-SDK Cocoapod listed above (7.69.0-cppsdk2) to maintain
291295
compatibility with Firebase 9.x.
292296

297+
Note: Parts of the Firebase iOS SDK are written in Swift. If your application
298+
does not use any Swift code, you may need to add an empty .swift file to your
299+
Xcode project to ensure that the Swift runtime is included in your app.
300+
293301
### Desktop Implementation Dependencies
294302

295303
#### Linux libraries

0 commit comments

Comments
 (0)