アプリケーションでlibxml2フレームワークを使用しています。
しかし、それはこのエラーを示しています:
ld:-lxml2のライブラリが見つかりませんclang:エラー:リンカーコマンドが終了コード1で失敗しました(呼び出しを確認するには-vを使用してください)
また、ヘッダー検索パスを-/ usr / include/libxml2に変更しました
ビルド出力は次のとおりです。
Ld /Users/classic/Library/Developer/Xcode/DerivedData/TeleSketchProj-aiaovvbknclizsekxxhxxqthzauf/Build/Products/Debug-iphoneos/TeleSketchProj.app/TeleSketchProj normal armv7
cd /Users/classic/Desktop/TeleSketchProj
setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk -L/Users/classic/Library/Developer/Xcode/DerivedData/TeleSketchProj-aiaovvbknclizsekxxhxxqthzauf/Build/Products/Debug-iphoneos -L/Users/classic/Desktop/TeleSketchProj/Twitter+OAuth/SAOAuthTwitterEngine -F/Users/classic/Library/Developer/Xcode/DerivedData/TeleSketchProj-aiaovvbknclizsekxxhxxqthzauf/Build/Products/Debug-iphoneos -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk/Developer/Library/Frameworks -filelist /Users/classic/Library/Developer/Xcode/DerivedData/TeleSketchProj-aiaovvbknclizsekxxhxxqthzauf/Build/Intermediates/TeleSketchProj.build/Debug-iphoneos/TeleSketchProj.build/Objects-normal/armv7/TeleSketchProj.LinkFileList -dead_strip -fobjc-arc -miphoneos-version-min=5.0 -lz -lxml2 -framework CFNetwork -framework SystemConfiguration -framework AVFoundation -framework AddressBookUI -framework AddressBook -framework MediaPlayer -framework AudioToolbox -framework MessageUI -framework MobileCoreServices -framework CoreAudio -framework Security -framework UIKit -framework Foundation -framework CoreGraphics -lOAuth -framework SenTestingKit -o /Users/classic/Library/Developer/Xcode/DerivedData/TeleSketchProj-aiaovvbknclizsekxxhxxqthzauf/Build/Products/Debug-iphoneos/TeleSketchProj.app/TeleSketchProj
何か提案してください。
ありがとう!