随笔分类 -  IOS--调试BUG

Xcode7中 添加 .dylib
摘要:转一个 Xcode 7 缺少 *.dylib库的解决方法 Xcode7中 Link Binary With Libraries 没有 .dylib库,只能找到对应的 .tbd,但不能代替使用,通过查找资料,尝试后得到以下两种解决方法。 方法1. (heqin测试可行)在项目Target中的Link 阅读全文

posted @ 2016-03-03 10:47 大木哥 阅读(379) 评论(0) 推荐(0)

iOS 选择框 单选框
摘要:UIButton *checkbox = [UIButton buttonWithType:UIButtonTypeCustom]; CGRect checkboxRect = CGRectMake(135,150,36,36); [checkbox setFrame:checkboxRect]; 阅读全文

posted @ 2016-03-01 16:53 大木哥 阅读(1946) 评论(0) 推荐(0)

Xcode 之 snippet 代码重用
摘要:1. 选中代码 2. 拖入xcode 右下侧的 snippet 区域 3. 修改名称 4. 修改快捷输入 (shortcut) 5. <#content#> ,可选修改项 阅读全文

posted @ 2016-02-29 16:17 大木哥 阅读(247) 评论(0) 推荐(0)

iOS 加载动态库报错问题
摘要:dyld: Library not loaded: @rpath Referenced from: Reason: no suitable image found. Did find: 要么使用静态库,要么General -> Embedded Binaries 阅读全文

posted @ 2016-01-30 03:33 大木哥 阅读(659) 评论(0) 推荐(0)

iOS 错误之 NSObject 、CGFloat
摘要:需要添加#import #import 阅读全文

posted @ 2016-01-04 11:55 大木哥 阅读(305) 评论(0) 推荐(0)

iOS 错误 之 Potential leak of an object stored into 'cs'
摘要:存储到 “cs”的对象存在潜在的泄露 阅读全文

posted @ 2015-12-23 16:53 大木哥 阅读(845) 评论(1) 推荐(0)

error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches
摘要:error: WatchKit App doesn't contain any WatchKit Extensions whose WKAppBundleIdentifier matches "com.xxx.VimoHeartRate.watchkitapp". Verify that the v... 阅读全文

posted @ 2015-10-21 14:53 大木哥 阅读(1016) 评论(0) 推荐(0)

error: Embedded binary's bundle identifier is not prefixed with the parent app's bundle identifier
摘要:xcode + iwatch调试错误在工程的 Targets 下面的 三项(工程名为my):my 、 my Watchkit app 、my Watchkit extentionGeneral -> identity 下面的 Bundle Identifier都是有固定写法的,不要随便改。例如:co... 阅读全文

posted @ 2015-10-21 06:10 大木哥 阅读(2037) 评论(0) 推荐(0)

真机调试iwatch
摘要:http://blog.csdn.net/chenyufeng1991/article/details/48976639错误:no symbols for paired Apple Watch错误:No debugging symbols are available for the OS versi... 阅读全文

posted @ 2015-10-21 05:50 大木哥 阅读(552) 评论(0) 推荐(0)

导航