File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,10 @@ CocoaPod (9.x). Please ensure that you use the special version of
230
230
Google-Mobile-Ads-SDK Cocoapod listed above (7.69.0-cppsdk2) to maintain
231
231
compatibility with Firebase 9.x.
232
232
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
+
233
237
#### Libraries
234
238
235
239
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
290
294
Google-Mobile-Ads-SDK Cocoapod listed above (7.69.0-cppsdk2) to maintain
291
295
compatibility with Firebase 9.x.
292
296
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
+
293
301
### Desktop Implementation Dependencies
294
302
295
303
#### Linux libraries
You can’t perform that action at this time.
0 commit comments