Building a .a file and targeting 8.0.
Build warnings are telling me that it's being built for 8.3.
Ld
build/DirectFramework.build/Debug-iphoneos/DirectFramework.build/Objects-normal/armv7/DirectFramework
normal armv7
cd /Users/zav/Developer/SWNDirectFramework/DirectFramework
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export
PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-arch armv7 -dynamiclib -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
-L/Users/zav/Developer/SWNDirectFramework/DirectFramework/build/Debug-iphoneos
-F/Users/zav/Developer/SWNDirectFramework/DirectFramework/build/Debug-iphoneos
-filelist
/Users/zav/Developer/SWNDirectFramework/DirectFramework/build/DirectFramework.build/Debug-iphoneos/DirectFramework.build/Objects-normal/armv7/DirectFramework.LinkFileList
-install_name @rpath/DirectFramework.framework/DirectFramework -Xlinker -rpath
-Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker
@loader_path/Frameworks -miphoneos-version-min=8.0 -dead_strip -Xlinker
-no_deduplicate -fobjc-arc -fobjc-link-runtime -framework Foundation -framework
AudioToolbox -framework AVFoundation -framework CFNetwork -framework
CoreGraphics -framework UIKit -framework WebKit
/Users/zav/Developer/SWNDirectFramework/DXI-PjSIP/build/Debug-iphoneos/libpjsip-ios.a
-single_module -compatibility_version 1 -current_version 11 -Xlinker
-dependency_info -Xlinker
/Users/zav/Developer/SWNDirectFramework/DirectFramework/build/DirectFramework.build/Debug-iphoneos/DirectFramework.build/Objects-normal/armv7/DirectFramework_dependency_info.dat
-o
/Users/zav/Developer/SWNDirectFramework/DirectFramework/build/DirectFramework.build/Debug-iphoneos/DirectFramework.build/Objects-normal/armv7/DirectFramework
First of many many warnings:
ld: warning: object file
(/Users/zav/Developer/SWNDirectFramework/DXI-PjSIP/build/Debug-iphoneos/libpjsip-ios.a(log.o))
was built for newer iOS version (8.3) than being linked (8.0)
Any idea why it might be doing this?
The deployment targets are set to iOS 8.0 for the .a file, the framework and
the app.
Thoughts? _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com
This email sent to [email protected]