ld build/MobileVLC.build/Release-iphoneos/MobileVLC.build/Objects-normal/armv7s/VLC normal armv7s cd /Users/looneydoodle/projects/MobileVLC setenv IPHONEOS_DEPLOYMENT_TARGET 6.0 setenv PATH "/Applications/Xcode.app/Contents/Developer/平台/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/opt/local/bin:/opt/local/sbin:/Users/looneydoodle/.rbenv/shims :/Users/looneydoodle/.rbenv/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin" /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc-4.2 -arch armv7s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/开发者/SDKs/iPhoneOS6.0。sdk -L/Users/looneydoodle/projects/MobileVLC/build/Release-iphoneos -L/Users/looneydoodle/projects/MobileVLC/External/MobileVLCKit -L/Users/looneydoodle/projects/MobileVLC/External/MediaLibraryKit -F/Users/ looneydoodle/projects/MobileVLC/build/Release-iphoneos -filelist /Users/looneydoodle/projects/MobileVLC/build/MobileVLC.build/Release-iphoneos/MobileVLC.build/Objects-normal/armv7s/VLC.LinkFileList -dead_strip -Wl, -no_pie -miphoneos-version-min=6.0 -framework Foundation -framework UIKit -framework CoreGraphics -framework OpenGLES -framework AudioToolbox -framework QuartzCore -liconv -lz /Users/looneydoodle/projects/MobileVLC/ImportedSources/VLCKit/build/Release-iphoneos /libMobileVLCKit.a /Users/looneydoodle/projects/MobileVLC/ImportedSources/MediaLibraryKit/build/Release-iphoneos/libMobileMediaLibraryKit.a -lsqlite3 -lstdc++。6 -lbz2 -lxml2 -framework CoreData -framework CoreText -framework MediaPlayer -o /Users/looneydoodle/projects/MobileVLC/build/MobileVLC.build/Release-iphoneos/MobileVLC.build/Objects-normal/armv7s/VLC ld:警告:忽略文件/Users/looneydoodle/projects/MobileVLC/ImportedSources/VLCKit/build/Release-iphoneos/libMobileVLCKit.a,文件是为存档而构建的,它不是被链接的架构(armv7s):/Users/looneydoodle/projects/MobileVLC/ ImportedSources/VLCKit/build/Release-iphoneos/libMobileVLCKit.a 架构 armv7s 的未定义符号:忽略文件/Users/looneydoodle/projects/MobileVLC/ImportedSources/VLCKit/build/Release-iphoneos/libMobileVLCKit.a,文件是为存档而构建的,它不是被链接的架构(armv7s):/Users/looneydoodle/projects/MobileVLC/ ImportedSources/VLCKit/build/Release-iphoneos/libMobileVLCKit.a 架构 armv7s 的未定义符号:忽略文件/Users/looneydoodle/projects/MobileVLC/ImportedSources/VLCKit/build/Release-iphoneos/libMobileVLCKit.a,文件是为存档而构建的,它不是被链接的架构(armv7s):/Users/looneydoodle/projects/MobileVLC/ ImportedSources/VLCKit/build/Release-iphoneos/libMobileVLCKit.a 架构 armv7s 的未定义符号:
“_VLCMediaTracksInformationType”,引用自:-[MLParsingOperation mediaDidFinishParsing:] in libMobileMediaLibraryKit.a(MLFileParserQueue.o)
“_VLCMediaTracksInformationVideoWidth”,引用自:-[MLParsingOperation mediaDidFinishParsing:] in libMobileMediaLibraryKit.a(MLFileParserQueue.o)
“_VLCMediaTracksInformationVideoHeight”,引用自: - [MLParsingOperation mediaDidFinishParsing:] 在 libMobileMediaLibraryKit.a(MLFileParserQueue.o)
"_OBJC_CLASS_$_VLCMedia" 中,引用自: MVLCMovieViewController.o 中的 objc-class-ref libMobileMediaLibraryKit.a(MLFileParserQueue.o) objc-中的 objc-class-ref libMobileMediaLibraryKit.a(MLThumbnailerQueue.o) 中的类引用
“_OBJC_CLASS_$_VLCMediaPlayer”,引用自:MVLCMovieViewController.o 中的objc-class-ref “_VLCMediaTracksInformationAudioChannelsNumber”,引用自:libMobileMediaLibraryKit.a(MLFileParserQueue.o) 中的-[MLParsingOperation mediaDidFinishParsing:]
“_VLCMediaTracksInformationAudioRate”,引用自:-[MLParsingOperation mediaDidFinishParsing:] 在 libMobileMediaLibraryKit.a(MLFileParserQueue.o)
"_VLCMediaTracksInformationTypeAudio" 中,引用自:-[MLParsingOperation mediaDidFinishParsing:] 在 libMobileMediaLibraryKit.a(MLFileParserQueue.o)
"_OBJC_CLASS_$_VLCMediaThumbnailer" 中,引用自:objc-class-ref in libMobileMediaLibraryKit .a(MLThumbnailerQueue.o)
“_OBJC_CLASS_$_VLCTime”,引用自:MVLCMovieGridViewCell.o 中的 objc-class-ref :未找到架构 armv7s collect2 的符号:ld 返回 1 退出状态** 构建失败 **
以下构建命令失败:Ld build/MobileVLC.build/Release-iphoneos/MobileVLC.build/Objects-normal/armv7s/VLC normal armv7s(1次失败)
知道如何将 MobileVLCKit 编译为 armv7 吗?