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
@@ -114,15 +114,11 @@ public class MainApplication extends Application implements ReactApplication {
114
114
#### iOS配置
115
115
install with CocoaPods
116
116
```
117
-
pod 'NIMSDK', '5.6.0'
117
+
pod 'NIMSDK', '6.2.0'
118
118
pod 'CocoaLumberjack', '~> 2.0.0-rc2'
119
119
```
120
120
Run `pod install`
121
121
122
-
在工程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