会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
原码
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
7
下一页
2017年6月27日
* WARNING: You have '~/.profile' file, you might want to load it, to do that add the following line to '/Users/wanghaiq/.bash_profile': source ~/.profile
摘要: bash: s: No such file or directory % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0
阅读全文
posted @ 2017-06-27 15:13 原码
阅读(256)
评论(0)
推荐(0)
2017年6月14日
Apple Mach-O Linker Error Group clang: error: linker command failed with exit code 1 (use -v to see invocation)
摘要: 这个问题怎么解决?查找了好多往上的文章都没有找到解决办法。瞎弄了一下,才发现是动态库的问题,有次听有个群友说直接重新导入走一遍,果然有效果刚开始出现这个问题就解决了,但是 一段时间后重新打开工程发现一编译就报错,坑啊,怎么重新导都没用一旦导入了用的静态库一编译同样的问题就来了,这不是坑人嘛?好不容易
阅读全文
posted @ 2017-06-14 15:59 原码
阅读(519)
评论(0)
推荐(0)
2017年5月26日
iOS 切屏方法
摘要: 点击要切屏时点用此方法获取图片 image 极为切屏图片 - (UIImage *)captureImageFromView:(UIView *)view { CGRect screenRect = [view bounds]; UIGraphicsBeginImageContext(screenR
阅读全文
posted @ 2017-05-26 11:27 原码
阅读(456)
评论(0)
推荐(0)
2017年5月2日
iOS开发之__bridge,__bridge_transfer和__bridge_retained
摘要: 本文转至:http://www.qingpingshan.com/rjbc/ios/157477.html 引言 Core Foundation框架 (CoreFoundation.framework) 是一组C语言接口,它们为iOS应用程序提供基本数据管理和服务功能。下面列举该框架支持进行管理的数
阅读全文
posted @ 2017-05-02 10:50 原码
阅读(3945)
评论(0)
推荐(0)
iOS Xcode 项目重命名
摘要: 本文转载自:http://www.jianshu.com/p/5f088acecf64 本教程使用的 Xcode 版本是Xcode 6.3.1,网上有好多的教程,都是在 Xcode 4 上做的讲解,现以本文章讲解一下如何在 Xcode 6.3.1 中重命名你的项目名称,包括你的应用名称。 0、写在前
阅读全文
posted @ 2017-05-02 09:49 原码
阅读(464)
评论(0)
推荐(0)
2017年4月28日
系统二维码扫描 扫描框设置 rectOfInterest
摘要: #import "ViewController.h" #import <AVFoundation/AVFoundation.h> @interface ViewController ()<WJScanningViewdelegate,AVCaptureMetadataOutputObjectsDel
阅读全文
posted @ 2017-04-28 16:26 原码
阅读(484)
评论(0)
推荐(0)
2017年4月11日
Reason: image not found
摘要:
阅读全文
posted @ 2017-04-11 17:27 原码
阅读(129)
评论(0)
推荐(0)
2017年4月10日
The request was denied by service delegate (SBMainWorkspace) for reason: Unspecified.
摘要: 出现 The request was denied by service delegate (SBMainWorkspace) for reason: Unspecified. 直接关掉模拟器重新启动就OK了。
阅读全文
posted @ 2017-04-10 13:24 原码
阅读(589)
评论(0)
推荐(0)
2017年3月4日
ios app应用间跳转
摘要: 不难发现当[UIApplication sharedApplication] openURL: options: completionHandler:方法只要指定一个URL Schame并且已经安装了对应的应用程序就可以打开此应用。当然,如果是自己开发的应用也可以调用openURL方法来打开。假设你
阅读全文
posted @ 2017-03-04 17:09 原码
阅读(205)
评论(0)
推荐(0)
2017年2月23日
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=i386).
摘要:
阅读全文
posted @ 2017-02-23 15:33 原码
阅读(214)
评论(0)
推荐(0)
1
2
3
4
5
···
7
下一页
公告