@@ -268,14 +268,6 @@ Note: Parts of the Firebase iOS SDK are written in Swift. If your application
268268does not use any Swift code, you may need to add an empty .swift file to your
269269Xcode project to ensure that the Swift runtime is included in your app.
270270
271- Additionally, to resolve known Xcode 15+ crashes when deploying to iOS 15 or 16,
272- you must add ` -Wl,-weak-lswift_Concurrency ` to your ` OTHER_LDFLAGS ` (Other
273- Linker Flags). If your application crashes with a 'Symbol not found' error for
274- ` __libcpp_verbose_abort ` , you should also add
275- ` -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY ` to your
276- ` OTHER_CPLUSPLUSFLAGS ` (Other C++ Flags), or provide a fallback implementation
277- in your code (e.g., ` extern "C" void __libcpp_verbose_abort(const char* f, ...) { abort(); } ` ).
278-
279271#### Libraries
280272
281273If you prefer to link against static libraries instead of xcframeworks (see the
@@ -335,14 +327,6 @@ Note: Parts of the Firebase iOS SDK are written in Swift. If your application
335327does not use any Swift code, you may need to add an empty .swift file to your
336328Xcode project to ensure that the Swift runtime is included in your app.
337329
338- Additionally, to resolve known Xcode 15+ crashes when deploying to iOS 15 or 16,
339- you must add ` -Wl,-weak-lswift_Concurrency ` to your ` OTHER_LDFLAGS ` (Other
340- Linker Flags). If your application crashes with a 'Symbol not found' error for
341- ` __libcpp_verbose_abort ` , you should also add
342- ` -D_LIBCPP_HAS_NO_VERBOSE_ABORT -D_LIBCPP_DISABLE_AVAILABILITY ` to your
343- ` OTHER_CPLUSPLUSFLAGS ` (Other C++ Flags), or provide a fallback implementation
344- in your code (e.g., ` extern "C" void __libcpp_verbose_abort(const char* f, ...) { abort(); } ` ).
345-
346330### Desktop Implementation Dependencies
347331
348332#### Linux libraries
@@ -634,7 +618,6 @@ code.
634618 - Functions (general): Add in support for Limited Use Tokens.
635619 - Storage: Added ` List ` API for all platforms, which gets the list of items under a ` StorageReference `
636620 - Analytics: Add in ` LogAppleTransaction ` for logging Storekit 2 transactions on iOS.
637- - General (iOS): Added ` -Wl,-weak-lswift_Concurrency ` and ` -D_LIBCPP_HAS_NO_VERBOSE_ABORT ` flags to resolve Xcode 15+ launch crashes on iOS 15 and 16.
638621
639622### 13.5.0
640623- Changes
0 commit comments