Apple Mach-O链接器警告忽略意外的dylib文件

时间:2015-01-08 21:23:02

标签: ios xcode ld dylib mach-o

我正在尝试构建一个框架(我的设置中的有效架构是arm64,armv7,armv7s,$(ARCHS_STANDARD),i386),我的Xcode项目正在向我发出这些警告。该项目成功构建,但我想解决这些问题。如果有人能够至少指导我这些警告的原因是什么,我会尝试解决这些问题。

这是Xcode为Ld传递的内容

Ld /Users/panisetty/Library/Developer/Xcode/DerivedData/ABDWorkspace-dzxyvnbxeuwterbtlrwhpsjsxrwm/Build/Intermediates/ABD.build/Debug-iphoneos/ABDDistCoreFramework.build/Objects-normal/armv7/ABDDistCoreFramework normal armv7
    cd /Users/panisetty/Documents/Code/Stash/CoreWorkspace/ABD
    export IPHONEOS_DEPLOYMENT_TARGET=6.1
    export 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 -r -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk -L/Users/panisetty/Library/Developer/Xcode/DerivedData/ABDWorkspace-dzxyvnbxeuwterbtlrwhpsjsxrwm/Build/Products/Debug-iphoneos -F/Users/panisetty/Library/Developer/Xcode/DerivedData/ABDWorkspace-dzxyvnbxeuwterbtlrwhpsjsxrwm/Build/Products/Debug-iphoneos -F/Users/panisetty/Library/Developer/Xcode/DerivedData/ABDWorkspace-bbwocslpbrwjhbfdlqwaweghxrof/Build/Products/Debug-iphonesimulator -F/Users/panisetty/Documents/Code/Stash/CoreWorkspace/ABD -F/Users/panisetty/Documents/Code/Stash/CoreWorkspace/ABD/CoreFramework/StoreLocator -filelist /Users/panisetty/Library/Developer/Xcode/DerivedData/ABDWorkspace-dzxyvnbxeuwterbtlrwhpsjsxrwm/Build/Intermediates/ABD.build/Debug-iphoneos/ABDDistCoreFramework.build/Objects-normal/armv7/ABDDistCoreFramework.LinkFileList -nostdlib -ObjC -fobjc-arc -fobjc-link-runtime -fprofile-arcs -ftest-coverage -miphoneos-version-min=6.1 -framework CFNetwork -framework MobileCoreServices -framework GLKit -framework Security -framework CoreGraphics -framework CoreLocation -framework CoreData -framework AVFoundation -framework GoogleMaps -framework SystemConfiguration -framework CoreText -framework CoreFoundation -framework OpenGLES -framework ImageIO -Xlinker -dependency_info -Xlinker /Users/panisetty/Library/Developer/Xcode/DerivedData/ABDWorkspace-dzxyvnbxeuwterbtlrwhpsjsxrwm/Build/Intermediates/ABD.build/Debug-iphoneos/ABDDistCoreFramework.build/Objects-normal/armv7/ABDDistCoreFramework_dependency_info.dat -o /Users/panisetty/Library/Developer/Xcode/DerivedData/ABDWorkspace-dzxyvnbxeuwterbtlrwhpsjsxrwm/Build/Intermediates/ABD.build/Debug-iphoneos/ABDDistCoreFramework.build/Objects-normal/armv7/ABDDistCoreFramework




ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//CFNetwork.framework/CFNetwork, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//MobileCoreServices.framework/MobileCoreServices, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//GLKit.framework/GLKit, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//Security.framework/Security, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//CoreGraphics.framework/CoreGraphics, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//CoreLocation.framework/CoreLocation, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//CoreData.framework/CoreData, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//AVFoundation.framework/AVFoundation, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//SystemConfiguration.framework/SystemConfiguration, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//CoreText.framework/CoreText, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//CoreFoundation.framework/CoreFoundation, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//OpenGLES.framework/OpenGLES, ignoring unexpected dylib file
    ld: warning: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.1.sdk/System/Library/Frameworks//ImageIO.framework/ImageIO, ignoring unexpected dylib file

0 个答案:

没有答案