English 中文(简体)
Xcode 4.2 and three20 Fonsecat codification armv6
原标题:Xcode 4.2 and Three20 wont compile armv6

我的申请完全由Xcode 4.2的模拟器操作。

为建造和档案以向仓库出版,我收到一个错误,表明我需要包括一个装甲车。 论坛建议清除建筑目标,并列入我所做的“armv6 armv7”。 有了Ios 部署目标3 。

当我看一看我的测验,开始档案操作(RELEASE大楼) 我收到以下错误:

Ignoring file /xxx/Release-iphoneos/libThree20UICommon.a, file was built for archive which is not the architecture being linked (armv6) (repeat over all Three20 libraries)

"_OBJC_CLASS_$_TTTableViewDataSource", referenced from: Objc-class-ref in ContactsDataSource.o

我试图改变“只有建筑的活跃建筑”,但其中不包括仓库的停机坪。

Has someone encountered and solved this problem ?

Thanks! Tim

最佳回答

i 发现进入并设置了建筑结构(而不是Valid Arch)以武装直升机,使我面临问题。 很想知道,正如你必须做的,320个附属项目中的每一个次级项目都是成功的。

问题回答

我发现,解决办法改变了320.bundle文档的资源,而不仅仅是320个项目档案。

把“只有”的“有活力的建筑”改为“无”,生命又是光明的。

现在我有我的马.,但我认为你还需要把手臂列入名单上。

我不得不将项目格式从Xcode3.1改为Xcode3.2——将现成的阿尔法改成“无”





相关问题
How to change out-of-focus text selection color in Xcode?

Okay, I ll bite. I ve got really pleasant code/window colors set up in Xcode. Ordinarily, my selection color is very visible. When I am doing a project search and iterating through the results, ...

Iphone NSTimer Issue

Hi I am new to objective c. I am trying to make an app for iphone. I have a button on my view, and the click on which the function playSound is called. This is working properly. It does plays the ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

Iterating over string/strlen with umlauted characters

This is a follow-up to my previous question . I succeeded in implementing the algorithm for checking umlauted characters. The next problem comes from iterating over all characters in a string. I do ...

Xcode open two editor windows with same file

Is it possible to open the same file in two separate windows in Xcode. I can open a file in one window and the same file in the main Xcode editor window, but I wanted two separate fulltime editor ...

Forcing code signing refresh in Xcode

In our environment, we share resources across multiple projects and platforms. When building for iPhone, only a subset of those resources are needed. Since that subset is still considerable, we have ...

热门标签