XCode 7 usr/bin/libtool: No such file or directory -


compiling framework gives following (slightly reformatted) error:

/users/mehely/library/developer/xcode/deriveddata/<projectname>-cqcwkxegxcnodnetymctxgcbzdxy/build/intermediates/<projectname>.build/release-iphonesimulator/<projectname>.build/script-2901613518e1s7af0061d14e.sh: line 97: /applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/usr/bin/libtool: no such file or directory . 

i used fix error copying libtool

/applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/usr/bin/ 

but inside xcode 7 iphoneos.paltform, libtool not anymore present:

iphoneos

i can libtool older versions of xcode, cannot sure whether same version of binary. correct approach solve this?

as using xcode 7, libtool located in following path:

/applications/xcode.app/contents/developer/toolchains/xcodedefault.xctoolchain/usr/bin/libtool

what can here copy it, , paste error's specified location:

/applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/usr/bin/libtool

you should paste file in following path if planing run app on device:

/applications/xcode.app/contents/developer/platforms/iphoneos.platform/developer/usr/bin/libtool

if didn't find usr/bin create folder , call usr, , 1 inside , call bin. paste libtool inside it.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -