本月博客排行
-
第1名
龙儿筝 -
第2名
lerf -
第3名
fantaxy025025 - johnsmith9th
- xiangjie88
- zysnba
年度博客排行
-
第1名
青否云后端云 -
第2名
宏天软件 -
第3名
gashero - wy_19921005
- vipbooks
- benladeng5225
- e_e
- wallimn
- javashop
- ranbuijj
- fantaxy025025
- jickcai
- gengyun12
- zw7534313
- qepwqnp
- 解宜然
- ssydxa219
- zysnba
- sichunli_030
- sam123456gz
- arpenker
- tanling8334
- gaojingsong
- kaizi1992
- xpenxpen
- 龙儿筝
- jh108020
- wiseboyloves
- ganxueyun
- xyuma
- xiangjie88
- wangchen.ily
- Jameslyy
- luxurioust
- lemonhandsome
- mengjichen
- jbosscn
- zxq_2017
- lzyfn123
- nychen2000
- forestqqqq
- wjianwei666
- ajinn
- zhanjia
- Xeden
- hanbaohong
- java-007
- 喧嚣求静
- mwhgJava
- kingwell.leng
最新文章列表
Xcode 真机测试时出现shell Script invocation Error解决方案
我遇到的问题shell Script invocation Error ,Command /bin/sh failed with exit code 2
解决方案:
查看build phase里面run script是否写的正确,必要时可以删除试一下
xcode4 svn+ssh
1. Clear the contents of your ~/.ssh directory and set the directory permissions to 600
$ rm ~/.ssh/*
$ chmod 600 ~/.ssh
2. Generate your rsa key pair (there are variations for this, but this is th ...
Xcode4.2新特性之storyboards (故事板)
Xcode4.2新特性之storyboards (故事板)
Storyboards are the new way to define your application’s user interface.
storyboards (故事板)是Xcode为我们提供一种全新的方式, ...
ios5 选择了ARC但是不使用ARC编译,-fno-objc-arc
升级xcode4.3 以后多了个ARC,新建项目的时候如果选择ARC了,那么一些老的开源框架比如sbjson,asihttprequest都编译不过了。
google了以后如下:
可以使用 -fno-objc-arc 来标识哪些文件不使用ARC机制,对于很多第三方库来说很有用,能让我们顺利通过过渡期。
然后我还是找了半天。。所以传个图上来,希望以后google到我这的人不用再去找了。。
Xcode4 下设置 NSZombieEnabled 的方法
点击 Xcode4 菜单 Product -> Edit Scheme -> Arguments, 然后将点击”加号”, 将 NSZombieEnabled 参数加到 Environment Variables 窗口中, 后面的数值写上 ”YES”.
或者在 Xcode4 菜单 Product -> Edit Scheme -> Diagnostics 设置窗口中直接勾上 ...
iphone xcode4 国际化
最近研究了下在xcode4下为iphone程序添加国际化,开始真的是着不到,后来查询多方面资料,最终找到了,记录下.
在菜单栏
点击 View --->Utilities--->show Utilities
你会看见在右边有Localization 选项
点击 + 号 就会有添加国际化文件选项了.