Re: iOS Xcode 7.3. If I'm telling it to build for 8.0, why is it reporting that it's built for 8.3
Re: iOS Xcode 7.3. If I'm telling it to build for 8.0, why is it reporting that it's built for 8.3
- Subject: Re: iOS Xcode 7.3. If I'm telling it to build for 8.0, why is it reporting that it's built for 8.3
- From: Alex Zavatone <email@hidden>
- Date: Fri, 24 Jun 2016 14:48:46 -0500
On Jun 24, 2016, at 1:21 PM, Kyle Sluder wrote:
> On Fri, Jun 24, 2016, at 10:53 AM, Alex Zavatone wrote:
>> 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.
>
> Can you double-check the compilation log for log.o in the libpjsip
> target?
>
> --Kyle Sluder
The only file i can find that's called log.o isn't in a readable format and Xcode crashed several times since this morning, so I don't have clear access. What should I be looking for?
How does one get to a a file that is specified as:Debug-iphoneos/libpjsip-ios.a(log.o))?
I've been switching back and forth between legacy build settings due to the build requirements of a 3rd party project and this has helped Xcode 7.3 to crash pretty frequently when building. Is the log.0 file inside the .a file? I'm not familiar with how the file's location is being accessed, nor how to access it.
Thanks, Kyle. All the iPHONE_DEPLOYMENT_TARGET settings that I can find are 8.0.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden