When i use the example of ShareKit package,i have come across this error:"error: /usr/include/objc/objc-class.h: No such file or directory" Change #import <objc/objc-class.h> to #import <objc/runtime.h> From the blog entry: error: ob…
pod installAnalyzing dependencies[!] Pod::Executable pull error: cannot open .git/FETCH_HEAD: Permission denied ************* http://stackoverflow.com/questions/16049335/cocoapods-pod-install-permission-denied I solve this problem by running the foll…
2013-07-04 16:45:19 找了很多资料,没有说的很明白的,下面是老外的一篇文章,解释的比较清楚,后面给出翻译. Clarifying stdio.h versus cstdio 转自:http://forums.codeguru.com/showthread.php?344430-Clarifying-stdio-h-versus-cstdio I constantly see recommendations to #include <cstdio> instead of usi…