关于引入头文件的问题,有人能回答一下是什么原因报错吗
NavilleZhang: import <> 和#import ""的区别 <>是引入系统文件,""是引入自己编写的文件,可是我也试过用#import<>了啊,还是编译不通过
View Article关于引入头文件的问题,有人能回答一下是什么原因报错吗
这个是.xm文件:%hook CLGeocoder import (void)reverseGeocodeLocation:(CLLocation *)location completionHandler:(CLGeocodeCompletionHandler)completionHandler{%orig;}%end 这个是Makefile:include...
View Article关于引入头文件的问题,有人能回答一下是什么原因报错吗
gist.github.com https://gist.github.com/anonymous/48de4882c270420db4b11423e96de01e Tweak error 这个是.xm文件: %hook CLGeocoder import (void)reverseGeocodeLocation:(CLLocation *)location...
View Article透过现象看本质 - 写在观看WWDC 2016 Keynote之后
看完后带有略微的忧伤,对于我们这样的iOS开发者来说,不论行业怎么发展,唯有坚持学习更多的东西来增强自己的竞争力。
View ArticleSolution to "Warning: cmake-3.3.2 already installed, it's just not linked"
If you happen to face the same problem: FunMaker-MBP:~ snakeninny$ cmake -bash: cmake: command not found FunMaker-MBP:~ snakeninny$ brew install cmake Warning: cmake-3.3.2 already installed, it's just...
View ArticleFrame variable 没有左右
在自己写的app里面使用 frame variable 可以显示当前方法和变量;在别人的app里面进入到某个方法却不显示当前方法和变量。怎么回事。求大神解惑
View Article