0

私の英語でごめんなさい。私は XCode 4.6 を使用しており、Accounts.framework と Social.framework を使用するアプリにSTTwitterを含めようとしています。含めた後、次の警告が表示されました。

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 arch でコンパイルしようとしましたが、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 に答える