Skip to content

Commit 164ccc0

Browse files
Merge pull request #161 from teads/Adding-Xcode-13-warnings-for-SDK-version
Adding Xcode 13 warning for SDK version
2 parents d9600d7 + aee3aaa commit 164ccc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Teads allows you to integrate a single SDK into your app, and serve premium bran
66

77
> **⚠️ Important ⚠️**
88
>
9+
> ***Xcode 13***
10+
>
11+
> In Xcode 13, Apple introduced an option to override the version number of every plist present inside your app (https://developer.apple.com/forums/thread/690647). Even those from third parties frameworks like TeadsSDK. We used to rely on the plist to retrieve the TeadsSDK version. To prevent this, we changed the way we checked the SDK version since version 5.0.6. So please update your integration to at least version 5.0.6.
12+
>
913
> ***Xcode 13 + iOS 15 device***
1014
>
1115
> [#155](https://github.com/teads/TeadsSDK-iOS/issues/155) building your application with **Xcode 13** and running it on **iOS 15 device** will crash when running TeadsSDK, we strongly advise to upgrade to [4.8.8 version](https://github.com/teads/TeadsSDK-iOS/releases/tag/v4.8.8) which fixes this crash
@@ -68,4 +72,4 @@ TeadsSDK v5 introduces some changes regarding v4, see [Migration Documentation](
6872

6973
## Changelog
7074

71-
See [changelog here](CHANGELOG.md).
75+
See [changelog here](CHANGELOG.md).

0 commit comments

Comments
 (0)