Skip to content

Commit 396b852

Browse files
authored
Xcode 12.2 and other doc updates (#8021)
1 parent 8877fb3 commit 396b852

File tree

5 files changed

+8
-30
lines changed

5 files changed

+8
-30
lines changed

AppleSilicon.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Instructions for the experimental Carthage distribution are at
106106
To develop Firebase software in this repository, ensure that you have at least
107107
the following software:
108108

109-
* Xcode 12.0 (or later)
109+
* Xcode 12.2 (or later)
110110

111111
CocoaPods is still the canonical way to develop, but much of the repo now supports
112112
development with Swift Package Manager.

ReleaseTooling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ CocoaPods.
1616

1717
In order to build the Zip file, you will need:
1818

19-
- Xcode 11.0
19+
- Xcode 12.2
2020
- CocoaPods
2121
- An internet connection to fetch CocoaPods
2222

ReleaseTooling/Template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Each Firebase component requires several frameworks in order to function
99
properly. Each section below lists the frameworks you'll need to include
1010
in your project in order to use that Firebase SDK in your application.
1111

12-
Xcode 12.0 or newer is required.
12+
Xcode 12.2 or newer is required.
1313

1414
To integrate a Firebase SDK with your app:
1515

SwiftPackageManager.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
## Introduction
44

55
Starting with the 6.31.0 release, Firebase supports installation via [Swift
6-
Package Manager](https://swift.org/package-manager/) in Beta status.
6+
Package Manager](https://swift.org/package-manager/) in Beta status. Exiting Beta is targeted for
7+
the 8.0.0 release.
78

89

910
## Limitations
1011

11-
- Requires Xcode 12.
12+
- Requires Xcode 12.5
1213
- Analytics requires clients to add `-ObjC` linker option.
1314
- Analytics is only supported for iOS and cannot be used in apps that support other platforms.
1415
- Performance is not yet available.
15-
- watchOS support is available for Auth, Crashlytics, Messaging, Realtime Database, RemoteConfig, and Storage.
16+
- watchOS support is available for Auth, Crashlytics, Messaging, Realtime Database, RemoteConfig,
17+
and Storage.
1618

1719
## Installation
1820

@@ -42,11 +44,6 @@ Choose the Firebase products that you want installed in your app.
4244
If you've installed FirebaseAnalytics, Add the `-ObjC` option to `Other Linker Flags`
4345
in the `Build Settings` tab.
4446

45-
If you're using FirebaseAnalytics, Xcode 12.0, and have an issue with
46-
device installation or archive uploading, see the workaround at
47-
https://github.com/firebase/firebase-ios-sdk/issues/6472#issuecomment-694449182.
48-
This issue looks to be resolved in Xcode 12.5.
49-
5047
<img src="docs/resources/SPMObjC.png">
5148

5249
If you're using FirebaseCrashlytics, you can use

0 commit comments

Comments
 (0)