cocoapods学习

1.安装

http://stackoverflow.com/questions/16459028/rvm-install-error-running-requirements-osx-port-install-port

http://www.inferjay.com/blog/2013/05/09/how-to-install-ruby-1-dot-9-3-in-mac-osx/

http://www.cnblogs.com/superhappy/archive/2013/04/23/3038493.html

http://www.cnblogs.com/dyingbleed/archive/2013/03/21/2972610.html

xcode-select -print-path  xcode 路径 http://blog.csdn.net/goodpress/article/details/7744171 

http://blog.csdn.net/lilizing/article/details/8884599

问题:

1.出现max os mkdir:xxxx Permission denied 这种问题 --- 终端命令 加上 sudo 就可以解决

2.那试试看使用JONSKit.h,在ViewController.m里引用下。找不到头文件(当你输入#import "JSONKit.h"的时候没有自动完成JSONKit.h),怎么办?还没设置头文件的目录,在项目的Target的里设置一下:

如下图所示,User Header Search Paths 输入${SRCROOT}  后面选上recursive:

posted @ 2013-10-24 09:48  Clin  阅读(217)  评论(0编辑  收藏  举报