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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,23 +117,23 @@ public class MainApplication extends Application implements ReactApplication {
117
117
#### iOS配置
118
118
install with CocoaPods
119
119
```
120
-
pod 'NIMSDK'
120
+
pod 'NIMSDK', '4.4.0'
121
121
pod 'SSZipArchive', '~> 1.2'
122
122
pod 'Reachability', '~> 3.1.1'
123
123
pod 'CocoaLumberjack', '~> 2.0.0-rc2'
124
124
pod 'FMDB', '~>2.5'
125
125
```
126
126
Run `pod install`
127
127
128
-
在工程target的`Build Phases->Link Binary with Libraries`中加入`、libsqlite3.tbd、libc++、libz.tbd、CoreTelephony.framework`
128
+
在工程target的`Build Phases->Link Binary with Libraries`中加入`、libsqlite3.0.tbd、libc++.tbd、libz.tbd、CoreTelephony.framework、AVFoundation.framework、CoreMedia.framework、CoreMotion.framework`
0 commit comments