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
dyld: Library not loaded: @rpath/RongIMKit.framework/RongIMKit
Referenced from: /Users/。。。/SealTalk.app/Frameworks/RongContactCard.framework/RongContactCard
Reason: image not found
pod 'RongCloudOpenSource/IMKit','5.1.0'
pod 'RongCloudOpenSource/RongSticker','5.1.0'
pod 'RongCloudOpenSource/Sight','5.1.0'
pod 'RongCloudOpenSource/RongCallKit','5.1.0'
就会报该错。
The text was updated successfully, but these errors were encountered:
dyld: Library not loaded: @rpath/RongIMKit.framework/RongIMKit
Referenced from: /Users/。。。/SealTalk.app/Frameworks/RongContactCard.framework/RongContactCard
Reason: image not found
在sealTalk的Podfile中进行如下修改
#pod 'RongCloudIM/IMKit', '5.1.0'
#pod 'RongCloudIM/RongSticker', '5.1.0'
#pod 'RongCloudIM/Sight', '5.1.0'
#pod 'RongCloudRTC/RongCallKit', '5.1.0'
pod 'RongCloudOpenSource/IMKit','5.1.0'
pod 'RongCloudOpenSource/RongSticker','5.1.0'
pod 'RongCloudOpenSource/Sight','5.1.0'
pod 'RongCloudOpenSource/RongCallKit','5.1.0'
就会报该错。
The text was updated successfully, but these errors were encountered: