现象是使用其他机型、模拟器都可以,但是使用真机iPhone 6s会出现轻触可以,但是重点击无法响应点击事件问题, 最后发现问题是因为引用了一个库,库中使用了类似 - (void)touchesBegan:(NSSet *)touches w…
- (void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:YES]; self.navigationController.interactiveP…
参考:http://ios.jobbole.com/93171/ 第一步, 创建 .sh 文件。代码如下。 #!/bin/bash RAMDISK=”ramdisk” SIZE=1024 #size in MB for ramdisk. d…
ld: library not found for -lPods-** clang: error: linker command failed with exit code 1 (use -v to see invocation) 解决方案…
OS6之后,按照之前的官方文档会报这样的bug Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to…
1、集合:集合(NSSet)和数组(NSArray)有相似之处,都是存储不同的对象的地址;不过NSArray是有序的集合,NSSet是无序的集合。 集合是一种哈希表,运用散列算法,查找集合中的元素比数组速度更快,但是它没有顺序。 1 NSS…
"_inflate", referenced from: _swfcrunch in librtmp.a(hashswf.o) "_inflateInit_", referenced from: _RTMP_…
build Phases 添加 copy File 加入库
更多...
加载中...