上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: iOS std::__1::basic_string 阅读全文
posted @ 2018-04-17 15:06 Belinda_sl 阅读(2579) 评论(0) 推荐(0) 编辑
摘要: This application does not support this device’s CPU type 阅读全文
posted @ 2018-04-17 11:10 Belinda_sl 阅读(767) 评论(0) 推荐(0) 编辑
摘要: Jenkins的安装,及基本配置 基本配置一致,Execute shell不同。 一、首先配置证书等 在首界面,点击系统配置-管理插件-可选插件(搜索key)-选中Keychains and Provisioning Profiles Management直接安装, 安装完成之后,回到系统配置界面, 阅读全文
posted @ 2018-04-09 15:34 Belinda_sl 阅读(580) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(1050) 评论(0) 推荐(0) 编辑
摘要: 项目工程太大的时候构建会提示: ERROR: Timeout after 10 minutes。 ERROR: Error fetching remote repo 'origin' 解决方法: 在任务中配置-源码管理-Additional Behaviours,添加Advanced clone b 阅读全文
posted @ 2018-04-09 10:48 Belinda_sl 阅读(764) 评论(0) 推荐(0) 编辑
摘要: 编译时警告 All interface orientations must be supported unless the app requires full screen. App 默认是有开启了多任务功能,而多任务功能是需要 App 支持所有方向,如果我们 App 是有需要支持多任务,则需要开启 阅读全文
posted @ 2018-03-20 11:38 Belinda_sl 阅读(447) 评论(0) 推荐(0) 编辑
摘要: 网略请求的url含有特殊字符时字符串需要编码处理 比如:url:http://demo.demo.com/demo?{userToken:xxxxxx}等等,都需要字符串处理,否则转换成NSURL可能为空值。 第一种方法 url含有中文的解决方法 NSString * encodedString = 阅读全文
posted @ 2018-03-08 11:25 Belinda_sl 阅读(7047) 评论(0) 推荐(0) 编辑
摘要: 创建新的target有两种: 第一种:通过新建target(File ——> New——>Target) 1、Xcode创建新项目TargetDemo: 2、创建新的target:File ——> New——>Target: 创建完成后会出现TargetDemoTwo文件夹: 3、如果两个targe 阅读全文
posted @ 2018-03-06 15:49 Belinda_sl 阅读(4603) 评论(0) 推荐(0) 编辑
摘要: weex加载图片,在weex的官方文档中已经说明,文档:http://weex.apache.org/cn/guide/extend-ios.html 文档中说明weexSDK 没有图片下载的能力,需要实现 WXImgLoaderProtocol,需要集成第三方SDWebImage。 在项目中创建一 阅读全文
posted @ 2018-02-07 14:49 Belinda_sl 阅读(704) 评论(0) 推荐(0) 编辑
摘要: 使用CocoaPods导入WeexSDK,加载js显示正常,但是手动导入WeexSDK加载js的时候,只走 onCreate方法,其他方法不走的问题。 解决方法: 在Build Phases中的copy Bundle Resources中添加资源文件native-bundle-main.js。nat 阅读全文
posted @ 2018-01-24 11:48 Belinda_sl 阅读(324) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页