Skip to content

Commit ded6f7a

Browse files
committed
update README.md
1 parent f1dcafc commit ded6f7a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
### Coding_iOS客户端项目介绍
33
*编译环境:Xcode-Version 6.1 (6A1052d)*
44

5+
#### 让项目跑起来先
6+
1. 把文件`Coding_iOS-Prefix.pch.example`改成`Coding_iOS-Prefix.pch`
7+
2. 配置pod相关。进到`Podfile`文件所在的目录,执行`pod install` or `pod update`命令。
8+
3. 打开`Coding_iOS.xcworkspace`,将`Pods-Pods -> SDCAlertView -> IPHONEOS_DEPLOYMENT_TARGET`的值设置为`iOS7.0`(SDCAlertView的问题,暂不知为何)。
9+
510
####下面介绍一下文件的大概目录先:
611
.
712
├── Coding_iOS

0 commit comments

Comments
 (0)