问题详情描述:
创建 IOS 静态库,运行时报错如下:
Check dependencies
CodeSign error: code signing is required for product type 'Unit Test Bundle' in SDK 'iOS 8.1'
解决办法:
一般搞东西都是在 项目的 Target 里搞东西,比如例子中的 DestationK...
分类:
移动开发 时间:
2015-01-07 13:17:55
阅读次数:
177
为什么有这个?由于国内网络原因(你懂的),导致rubygems.org存放在 Amazon S3 上面的资源文件间歇性连接失败。所以你会与遇到gem install rack或bundle install的时候半天没有响应,具体可以用gem install rails -V来查看执行过程。这是一个完...
分类:
其他好文 时间:
2015-01-07 10:52:57
阅读次数:
148
1.常见使用,在线程中处理一些逻辑,处理完毕后将需要的数据发回给主线程,让主线程对UI进行修改。package com.lintao.handledemo;import android.app.Activity;import android.os.Bundle;import android.os.H...
分类:
移动开发 时间:
2015-01-06 23:01:16
阅读次数:
183
plist文件
? 项目中还有一个InfoPlist.strings的文件,跟Info.plist文件的本地化相关
Localiztion native development region(CFBundleDevelopmentRegion)-本地化相关
Bundle display name(CFBundleDisplayName)-程序安装后显示的名称,限制在10-12个字符,如果...
分类:
移动开发 时间:
2015-01-06 17:56:48
阅读次数:
211
学习这个“通过广播开机自启动”知识点时忽略了手机本身“设置”里面自启动权限的没有打开,害得我思考好久。BootTestActivity.classpackage com.xxx.study;import android.os.Bundle;import android.app.Activity;im...
分类:
移动开发 时间:
2015-01-06 17:49:32
阅读次数:
175
一、MusicActivity.java@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity.....
分类:
其他好文 时间:
2015-01-06 17:30:29
阅读次数:
153
接着上一篇用API创建可配置的产品Configurable Product说事。Magento的产品类型可分为Simple Product、Group Product、Configurable Product、Virtual Product、Bundle Product、Downloadable P...
分类:
其他好文 时间:
2015-01-06 11:31:17
阅读次数:
130
我的 vim 配置环境
缘起
首先要感谢开源社区的前辈们分享的各自配置,这个是我的主要参考,包括 k-vim 等。我的配置环境也是基于他们的基础并根据自己的实际情况修改的。刚学习了 bundle,所以就迫不及待的给自己也配置一个开源的 vim 环境。
适用
目前主要是基于 C/C++ 或者 python 的开发环境。还没有添加特殊的配置
地址在这 : gi...
分类:
系统相关 时间:
2015-01-06 07:19:36
阅读次数:
175
一、JAVA SDK(JDK)的安装http://www.cnblogs.com/tinyphp/p/3664598.html二、ADT-Bundle官方下载(慢)>> 较快>>直接把下载下来的的adt-bundlexx.zip,解压到你需要安装的位置,已经包含了Eclipse,打开Eclipse,...
分类:
移动开发 时间:
2015-01-06 00:39:22
阅读次数:
201
CPU/ABI选项无法选择,提示:No system images installed for this target,也就是没有适合的系统镜像打开Android Manager SDK下载完后重启Eclipse ,就可以看到:在Android bundle目录文件夹下的SDK/system-ima...
分类:
移动开发 时间:
2015-01-05 23:19:10
阅读次数:
217