会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Belinda_sl
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
14
下一页
2018年4月17日
iOS 编译报错,有关std::xxx ,例如:std::basic_ostream<char, std::char_traits<char> >
摘要: iOS std::__1::basic_string
阅读全文
posted @ 2018-04-17 15:06 Belinda_sl
阅读(2669)
评论(0)
推荐(0)
编辑
iOS This application does not support this device’s CPU type
摘要: This application does not support this device’s CPU type
阅读全文
posted @ 2018-04-17 11:10 Belinda_sl
阅读(775)
评论(0)
推荐(0)
编辑
2018年4月9日
Jenkins 独立自动化打包ipa
摘要: Jenkins的安装,及基本配置 基本配置一致,Execute shell不同。 一、首先配置证书等 在首界面,点击系统配置-管理插件-可选插件(搜索key)-选中Keychains and Provisioning Profiles Management直接安装, 安装完成之后,回到系统配置界面,
阅读全文
posted @ 2018-04-09 15:34 Belinda_sl
阅读(594)
评论(0)
推荐(0)
编辑
JenKins与Fastlane结合使用自动化打包iOS的ipa包
摘要: JenKins与Fastlane结合使用自动化打包iOS的ipa包 fastlane 安装配置链接 环境:Mac 一、Mac安装Jenkins,两种方法,建议使用第二种使用homebrew安装。 1、官方网站:https://jenkins.io/download/ 选择Mac OS X,下载jen
阅读全文
posted @ 2018-04-09 14:07 Belinda_sl
阅读(1077)
评论(0)
推荐(0)
编辑
Jenkins 第一次任务构建时提示:ERROR: Timeout after 10 minutes
摘要: 项目工程太大的时候构建会提示: ERROR: Timeout after 10 minutes。 ERROR: Error fetching remote repo 'origin' 解决方法: 在任务中配置-源码管理-Additional Behaviours,添加Advanced clone b
阅读全文
posted @ 2018-04-09 10:48 Belinda_sl
阅读(775)
评论(0)
推荐(0)
编辑
2018年3月20日
警告 All interface orientations must be supported unless the app requires full screen.
摘要: 编译时警告 All interface orientations must be supported unless the app requires full screen. App 默认是有开启了多任务功能,而多任务功能是需要 App 支持所有方向,如果我们 App 是有需要支持多任务,则需要开启
阅读全文
posted @ 2018-03-20 11:38 Belinda_sl
阅读(519)
评论(0)
推荐(0)
编辑
2018年3月8日
iOS 字符串含有特殊字符,转换URL为空值
摘要: 网略请求的url含有特殊字符时字符串需要编码处理 比如:url:http://demo.demo.com/demo?{userToken:xxxxxx}等等,都需要字符串处理,否则转换成NSURL可能为空值。 第一种方法 url含有中文的解决方法 NSString * encodedString =
阅读全文
posted @ 2018-03-08 11:25 Belinda_sl
阅读(7125)
评论(0)
推荐(0)
编辑
2018年3月6日
iOS 同一个项目,创建多个target,打包不同版本的target
摘要: 创建新的target有两种: 第一种:通过新建target(File ——> New——>Target) 1、Xcode创建新项目TargetDemo: 2、创建新的target:File ——> New——>Target: 创建完成后会出现TargetDemoTwo文件夹: 3、如果两个targe
阅读全文
posted @ 2018-03-06 15:49 Belinda_sl
阅读(4688)
评论(0)
推荐(0)
编辑
2018年2月7日
iOS 集成weexSDK,js加载本地gif图片显示缓慢的问题。
摘要: weex加载图片,在weex的官方文档中已经说明,文档:http://weex.apache.org/cn/guide/extend-ios.html 文档中说明weexSDK 没有图片下载的能力,需要实现 WXImgLoaderProtocol,需要集成第三方SDWebImage。 在项目中创建一
阅读全文
posted @ 2018-02-07 14:49 Belinda_sl
阅读(715)
评论(0)
推荐(0)
编辑
2018年1月24日
iOS 使用CocoaPods导入WeexSDK正常显示js,手动导入不显示js的问题
摘要: 使用CocoaPods导入WeexSDK,加载js显示正常,但是手动导入WeexSDK加载js的时候,只走 onCreate方法,其他方法不走的问题。 解决方法: 在Build Phases中的copy Bundle Resources中添加资源文件native-bundle-main.js。nat
阅读全文
posted @ 2018-01-24 11:48 Belinda_sl
阅读(326)
评论(0)
推荐(0)
编辑
上一页
1
···
7
8
9
10
11
12
13
14
下一页
公告