# client-sdk-ios **Repository Path**: featureprobe/client-sdk-ios ## Basic Information - **Project Name**: client-sdk-ios - **Description**: iOS SwiftPM and Cocoapods repo - **Primary Language**: Swift - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-28 - **Last Updated**: 2022-10-09 ## Categories & Tags **Categories**: ios-modules **Tags**: None ## README # FeatureProbe iOS-SDK ## How to use this SDK See [iOS](https://docs.featureprobe.io/how-to/Client-Side%20SDKs/ios-sdk) SDK Doc for detail. [苹果](https://docs.featureprobe.io/zh-CN/how-to/Client-Side%20SDKs/ios-sdk/) ## How to build build from repo: `git@github.com:FeatureProbe/client-sdk-mobile.git` 1. install uniffi codegen tool cargo install uniffi_bindgen 2. install rust android target rustup target add aarch64-apple-ios rustup target add aarch64-apple-ios-sim rustup target add x86_64-apple-ios 3. build xcframework `./build-xcframework.sh` 4. push to git ``` cd client-sdk-ios git commit -m 'xxx' git push origin master ``` ## Contributing We are working on continue evolving FeatureProbe core, making it flexible and easier to use. Development of FeatureProbe happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Please read [CONTRIBUTING](https://github.com/FeatureProbe/featureprobe/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for taking part in improving FeatureProbe.