English 中文(简体)
为什么这种诽谤造就了一个释放图书馆?
原标题:Why does this debug build reference a release library?

我刚刚安装Xcode 4,在我的项目中正在发现这一错误:

ld: warning: directory not found for option  -LDebug-iphonesimulator4.3 
ld: warning: ignoring file /Developer/Projects/BuildOutput/Release-iphoneos/libMyFramework.a, missing required architecture i386 in file
Undefined symbols for architecture i386: 
"_OBJC_CLASS_$_MyRandomNumber", referenced from:
objc-class-ref in myAppDelegate.o 
objc-class-ref in RootViewController.o

我的项目为SOS 4.3 Simulator。 我确实检查了这一计划,并准备缩减建筑组合。 为什么它提到上述图书馆的版本?

另外,<代码>i386 错误?

问题回答

我也看到这种错误。 奇怪的是,我一直在Simulator建造、连接和成功运行。 我现在试图在我的台上发射我的 app,并在连接过程中全然爆炸。

I ve run my app on my iPhone before. I ve been building it under Xcode 3.2.x for the last year, and have never seen this problem.

其他一些SO的线索表明,它可能是因为将框架复制到项目夹中,而应当只是“取消框架”。 Okay。 哪里,以及我如何让Xcode知道什么? 如果这不是问题,那么什么呢?

Xcode 4 has a ton of promise, but it is a sore pain in the ass sometimes....





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签