# LC_BUSINESS_IOS **Repository Path**: good_pet/LC_BUSINESS_IOS ## Basic Information - **Project Name**: LC_BUSINESS_IOS - **Description**: 良宠商户端 iOS壳 - **Primary Language**: Swift - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #zhende-ios-business #环境准备 外壳依赖cocoapods来安装以来,所以需要安装cocoapods [安装](http://blog.devtang.com/2014/05/25/use-cocoapod-to-manage-ios-lib-dependency/) 此处cocoapods中央库切换为https://git.coding.net/CocoaPods/Specs.git # 安装 1. 在package.json 所在目录下执行 ``` npm install ``` 2. 进入到ios目录下 ``` cd ios pod install ``` #运行 使用xcode启动ios下的ReactNativeIOS.xcworkspace文件