cocoapodsへのアップグレード後のアーキテクチャを必要ありません。 私は、私はすべてが正常に動作し、クリーンプロジェクトで私と同じPodfileを使用しては私が<strong>Cocoapods</strong></strong>バージョン1.0 <strong>へものの<code>DTCoreText</code>が失敗したリンクの新しいバージョンをアップグレードしようとしている1.0
ld: warning: ignoring file /[...]/libDTCoreText.a, missing required architecture arm64 in file /[...]/libDTCoreText.a (2 slices)
を取得アーカイブしようとしたとき、私は
ld: warning: ignoring file /[...]/libDTCoreText.a, missing required architecture x86_64 in file /[...]/libDTCoreText.a (2 slices)
を取得し、シミュレータ上でプロジェクトを実行してみてください!それは私のプロジェクトでなければなりませんが、私はそれが何であるか把握できません。
私は掃除
pod deintegrate
pod install
を使用していない成功したプロジェクトから得られたデータを削除しました。プロジェクトのとポッドの
アーキテクチャが
"標準アーキテクチャ(のARMv7、arm64)" に設定されている私は、Xcodeの7.3を使用していて、私のPodfileは次のようになります。
source 'https://github.com/CocoaPods/Specs.git'
project 'Classes/MEG.xcodeproj'
platform :ios, '8.0'
inhibit_all_warnings!
target 'myApp' do
pod 'Reachability', '~> 3.1'
pod 'DTCoreText', '~> 1.6'
pod 'Flurry-iOS-SDK/FlurrySDK', '7.1.0'
pod 'DCIntrospect-ARC'
pod 'AFNetworking', '~> 2.5'
pod 'AFNetworkActivityLogger', '~> 2.0'
pod 'SDWebImage', '~> 3.7'
pod 'SVProgressHUD', '~> 1.0'
pod 'CHTCollectionViewWaterfallLayout'
pod 'BDBOAuth1Manager', '~> 1.5.0'
pod 'FMDB', '~> 2.4'
pod 'Masonry', '~> 0.6'
pod 'RSKImageCropper', '~> 1.0'
pod 'AWSiOSSDKv2/SNS', '~> 2.0'
pod 'JSQMessagesViewController', '~> 6.0'
pod 'SKTagView', '~> 0.0'
pod 'PSTAlertController', '~> 1.2'
pod 'UITextView+Placeholder', '~> 1.1'
pod 'MWFeedParser', '~> 1.0'
pod 'tarkit', '~> 0.1'
pod 'XMPPFramework', '3.6.5'
pod 'XMLDictionary', '~> 1.4'
pod 'NewRelicAgent', '~> 5.6'
pod 'NHNetworkTime', '~> 1.6'
target 'myApp Tests' do
inherit! :search_paths
pod 'OCMock', '~> 3.2'
end
end