> On 25 Jun 2016, at 11:31, Alex Zavatone <z...@mac.com> wrote:
> 
> 
> On Jun 24, 2016, at 8:39 PM, Roland King wrote:
> 
>> /Users/zav/Developer/SWNDirectFramework/DXI-PjSIP/build/Debug-iphoneos/libpjsip-ios.a
>>  
>> 
>> is where the 8.3 version file is coming from, which the error message tells 
>> you. So where’s that being built? That’s the build you need to find, if it’s 
>> a dependency in Xcode then there will be a build log for building it, if 
>> it’s been built as some other project somewhere and added in as a prebuilt 
>> library, that’s why it doesn’t rebuild and that’s why you get the same 
>> warning. That library was built for 8.3. 
>> 
> 
> Here are the only places where this file is created, this time using the 
> unique build location, but even after this, it's the same set of errors.  8.0 
> is specified in the creation of armv7 and armv64, but not when creating the 
> universal binary.  
> 
> So, if 8.0 is being exported where these are being created (as you 
> indicated), what now?


For the absolute last time, the LINK LINE DOESN’T MATTER. You keep posting link 
lines and binary tool lines and saying it’s 8.0, it’s 8.0, it’s 8.0. The 
version information is in the object files which you are linking together to 
form the library. The object files are important, not the library, the export 
of IPHONEOS_DEPLOYMENT_TARGET in that build line isn’t magicially making those 
already-compiled object files 8.0 compatible when they weren’t compiled for 8.0 
in the bloody first place. 

I’m done at this point, I’ve explained this every way I know how, I’ve pointed 
you to find the object files and work out how they were built. Now it’s someone 
else’s turn.

> 
> Libtool 
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Intermediates/pjsip-ios.build/Debug-iphoneos/pjsip-ios.build/Objects-normal/armv7/libpjsip-ios.a
>  normal armv7
>     cd /Users/zav/Developer/SWNDirectFramework/DXI-PjSIP
>     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/libtool
>  -static -arch_only armv7 -syslibroot 
> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
>  
> -L/Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Products/Debug-iphoneos
>  -L/Users/zav/Developer/SWNDirectFramework/DXI-PjSIP/pjsip/all_libs -filelist 
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Intermediates/pjsip-ios.build/Debug-iphoneos/pjsip-ios.build/Objects-normal/armv7/pjsip-ios.LinkFileList
>  -lg7221codec-arm-apple-darwin9 -lgsmcodec-arm-apple-darwin9 
> -lilbccodec-arm-apple-darwin9 -lmilenage-arm-apple-darwin9 
> -lmilenage-i686-apple-darwin9 -lpj-arm-apple-darwin9 
> -lpjlib-util-arm-apple-darwin9 -lpjmedia-arm-apple-darwin9 
> -lpjmedia-audiodev-arm-apple-darwin9 -lpjmedia-codec-arm-apple-darwin9 
> -lpjmedia-videodev-arm-apple-darwin9 -lpjnath-arm-apple-darwin9 
> -lpjsdp-arm-apple-darwin9 -lpjsip-arm-apple-darwin9 
> -lpjsip-simple-arm-apple-darwin9 -lpjsip-ua-arm-apple-darwin9 
> -lpjsua-arm-apple-darwin9 -lpjsua2-arm-apple-darwin9 
> -lresample-arm-apple-darwin9 -lspeex-arm-apple-darwin9 
> -lsrtp-arm-apple-darwin9 -framework CFNetwork -framework Security -o 
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Intermediates/pjsip-ios.build/Debug-iphoneos/pjsip-ios.build/Objects-normal/armv7/libpjsip-ios.a
> 
> 
> Libtool 
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Intermediates/pjsip-ios.build/Debug-iphoneos/pjsip-ios.build/Objects-normal/arm64/libpjsip-ios.a
>  normal arm64
>     cd /Users/zav/Developer/SWNDirectFramework/DXI-PjSIP
>     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/libtool
>  -static -arch_only arm64 -syslibroot 
> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
>  
> -L/Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Products/Debug-iphoneos
>  -L/Users/zav/Developer/SWNDirectFramework/DXI-PjSIP/pjsip/all_libs -filelist 
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Intermediates/pjsip-ios.build/Debug-iphoneos/pjsip-ios.build/Objects-normal/arm64/pjsip-ios.LinkFileList
>  -lg7221codec-arm-apple-darwin9 -lgsmcodec-arm-apple-darwin9 
> -lilbccodec-arm-apple-darwin9 -lmilenage-arm-apple-darwin9 
> -lmilenage-i686-apple-darwin9 -lpj-arm-apple-darwin9 
> -lpjlib-util-arm-apple-darwin9 -lpjmedia-arm-apple-darwin9 
> -lpjmedia-audiodev-arm-apple-darwin9 -lpjmedia-codec-arm-apple-darwin9 
> -lpjmedia-videodev-arm-apple-darwin9 -lpjnath-arm-apple-darwin9 
> -lpjsdp-arm-apple-darwin9 -lpjsip-arm-apple-darwin9 
> -lpjsip-simple-arm-apple-darwin9 -lpjsip-ua-arm-apple-darwin9 
> -lpjsua-arm-apple-darwin9 -lpjsua2-arm-apple-darwin9 
> -lresample-arm-apple-darwin9 -lspeex-arm-apple-darwin9 
> -lsrtp-arm-apple-darwin9 -framework CFNetwork -framework Security -o 
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Intermediates/pjsip-ios.build/Debug-iphoneos/pjsip-ios.build/Objects-normal/arm64/libpjsip-ios.a
> 
> CreateUniversalBinary 
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Products/Debug-iphoneos/libpjsip-ios.a
>  normal armv7\ arm64
>     cd /Users/zav/Developer/SWNDirectFramework/DXI-PjSIP
>     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/libtool
>  -static 
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Intermediates/pjsip-ios.build/Debug-iphoneos/pjsip-ios.build/Objects-normal/armv7/libpjsip-ios.a
>  
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Intermediates/pjsip-ios.build/Debug-iphoneos/pjsip-ios.build/Objects-normal/arm64/libpjsip-ios.a
>  -o 
> /Users/zav/Library/Developer/Xcode/DerivedData/DirectFramework-enjpwwddxjevztftswnqliwzwrjf/Build/Products/Debug-iphoneos/libpjsip-ios.a
> 
> 
> 
> 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (Xcode-users@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to