You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,9 @@ First, install the npm package with yarn. _Autolink_ is automatic.
58
58
59
59
Inside your `AppDelegate.m`, setup the line sdk by passing the channel id obtained.
60
60
61
-
1. Add `platform :ios, '10.0'` in `Podfile` line:1
62
-
2. Enable `use_frameworks!` in `Podfile` line:3
63
-
3. Comment the code related to flipper, flipper doesn't support `use_frameworks!` !
64
-
4. Modify your info.plist like it says here [Configuring the Info.plist file](https://developers.line.biz/en/docs/ios-sdk/swift/setting-up-project/#configuring-the-info-plist-file)
65
-
5. Change your `AppDelegate.m` to match the following:
61
+
1. Add `platform :ios, '11.0'` in `Podfile` line:1
62
+
2. Modify your info.plist like it says here [Configuring the Info.plist file](https://developers.line.biz/en/docs/ios-sdk/swift/setting-up-project/#configuring-the-info-plist-file)
63
+
3. Change your `AppDelegate.m` to match the following:
0 commit comments