Three20が統合されたiOSアプリケーションを構築しています。私のアプリは、シミュレーターやiDevicesでも非常にうまく動作しています。ただし、テストのために顧客に送信するアドホックを構築しようとすると。非常に奇妙なエラーが発生しました
Ld /Users/kulnova/Library/Developer/Xcode/DerivedData/AppFantator-etlvrvoqzixizqbdblqhgefckwbb/ArchiveIntermediates/AppFantator/IntermediateBuildFilesPath/AppFantator.build/Adhoc-iphoneos/AppFantator.build/Objects-normal/armv6 / Desktop / AppFantator setenv IPHONEOS_DEPLOYMENT_TARGET 4.0 setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr / local / bin:/ usr / X11 / bin:/ opt / local / bin:/ usr / local / git / bin "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -arch armv6- dynamiclib-isysroot/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3。sdk -L / Users / kulnova / Library / Developer / Xcode / DerivedData / AppFantator-etlvrvoqzixizqbdblqhgefckwbb / ArchiveIntermediates / AppFantator / BuildProductsPath / Adhoc-iphoneos -L / Users / kulnova / Desktop / AppFantator -F / Users / Xcode / DerivedData / AppFantator-etlvrvoqzixizqbdblqhgefckwbb / ArchiveIntermediates / AppFantator / BuildProductsPath / Adhoc-iphoneos -filelist /Users/kulnova/Library/Developer/Xcode/DerivedData/AppFantator-etlvrvoqzixizqbd AppFantator.build / Objects-normal / armv6 / Fantator.LinkFileList -nostdlib -dead_strip -ObjC -all_load -miphoneos-version-min=4。0 -framework QuartzCore -lThree20 -lThree20Core -lThree20Network -lThree20Style -lThree20UI -lThree20UICommon -lThree20UINavigator -framework Foundation -framework UIKit -framework CoreGraphics -framework SystemConfiguration -framework Security -framework MessageUI -o / Users / kulnova / Library / Developer / X /AppFantator-etlvrvoqzixizqbdblqhgefckwbb/ArchiveIntermediates/AppFantator/IntermediateBuildFilesPath/AppFantator.build/Adhoc-iphoneos/AppFantator.build/Objects-normal/armv6/Fantator
ld:-lThree20のライブラリが見つかりませんcollect2:ldが1の終了ステータスを返しましたコマンド/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2が終了コード1で失敗しました
そのエラーは、AppleMatch-Oリンカーエラーとして表示されます
Three20をソースコードに統合するために、厳密に手動のプロセスに従ったと確信しています。「-ObjC」と「-all_load」はすべてリンカーに追加されます。
同じ問題が発生するかどうかはわかりませんが、その問題を解決するための手がかりはありますか?
読んでくださってありがとうございます。