0

对不起我的英语不好。我正在使用 XCode 4.6 并尝试在我的应用程序中包含STTwitter,该应用程序使用 Accounts.framework 和 Social.framework。包括在内后,我收到以下警告:

ignoring file <path-to-sdk>/MacOSX10.8.sdk/System/Library/Frameworks//Accounts.framework/Accounts,
file was built for unsupported file format
( 0xcf 0xfa 0xed 0xfe 0x 7 0x 0 0x 0 0x 1 0x 3 0x 0 0x 0 0x 0 0x 9 0x 0 0x 0 0x 0 )
which is not the architecture being linked (i386): 
<path-to-sdk>/MacOSX10.8.sdk/System/Library/Frameworks//Accounts.framework/Accounts

(对于 Social.framework 等价警告​​)

在那之后,使用这个框架的函数中出现了很多错误

我尝试在 i386 架构中编译,因为 x64 需要在我的项目中进行太多更改

谢谢。

PS我在我的项目中添加了这个框架(不是物理上的)

4

1 回答 1

0

如果我错了,请纠正我。通过查看您的日志,我认为您正在为 OSx 开发应用程序并且您正在添加 iOS 框架。

http://developer.apple.com/library/ios/#documentation/Social/Reference/Social_Framework/_index.html#//apple_ref/doc/uid/TP40012233

http://developer.apple.com/library/ios/#documentation/Accounts/Reference/AccountsFrameworkRef/_index.html#//apple_ref/doc/uid/TP40011024

于 2013-06-28T06:32:40.287 回答