
IOS编程
luotong86
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CBCentralManager 的background mode问题
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'State restoration of CBCentralManager is only allowed for applications that have specified the "bluetooth-central原创 2014-08-31 16:00:31 · 3775 阅读 · 0 评论 -
编译IOS版本libcurl-7.40.0
1、下载curl-7.40.0.tar.gz2、解压 # tar zxvf curl-7.40.0.tar.gz3、新建脚本build.sh#!/bin/shexport IPHONEOS_DEPLOYMENT_TARGET="4.3"export CC="/Applications/Xcode.app/Contents/Developer/usr/bin/gcc"expor原创 2015-01-11 10:29:35 · 2983 阅读 · 0 评论 -
自制智能插线板,内嵌BLE低功耗蓝牙,通过手机进行控制(二)
硬件都准备好了,原创 2014-10-08 21:17:19 · 2395 阅读 · 1 评论