# Open-IM-SDK-iOS **Repository Path**: peaceyang/Open-IM-SDK-iOS ## Basic Information - **Project Name**: Open-IM-SDK-iOS - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-29 - **Last Updated**: 2022-05-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 可以免费商用,必须在app启动页加上 (由OpenIM提供技术支持) # OpenIMSDK [![Version](https://img.shields.io/cocoapods/v/OpenIMSDK.svg?style=flat)](https://cocoapods.org/pods/OpenIMSDK) [![License](https://img.shields.io/cocoapods/l/OpenIMSDK.svg?style=flat)](https://cocoapods.org/pods/OpenIMSDK) [![Platform](https://img.shields.io/cocoapods/p/OpenIMSDK.svg?style=flat)](https://cocoapods.org/pods/OpenIMSDK) #### [中文文档](https://github.com/OpenIMSDK/OpenIM-Docs/blob/main/docs/client_doc/ios.md) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation Open-IM-SDK-iOS is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'OpenIMSDK' ``` ## 已知的几个问题 ```ruby 问题1: The 'Pods-xxx' target has transitive dependencies that include statically linked binaries: (xxx/Pods/OpenIMSDKCore/Framework/OpenIMCore.xcframework) 处理Podfile内容(a、b选择其一): a. 删除 use_frameworks! b. 增加 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} end ``` ```ruby 问题2: SDK 不支持amrv7架构,注意Xcode的设置。 ``` ## License OpenIMSDK is available under the MIT license. See the LICENSE file for more info.