Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtool file not found in xcode 6 (include patch) #198

Open
j796160836 opened this issue Sep 22, 2014 · 4 comments
Open

libtool file not found in xcode 6 (include patch) #198

j796160836 opened this issue Sep 22, 2014 · 4 comments

Comments

@j796160836
Copy link

If you face this message like this

/Users/johnny/Library/Developer/Xcode/DerivedData/MyProject-czcaqxcjgchllpfpikxujcfdyqza/Build/Intermediates/MyProject.build/Debug-iphonesimulator/MyProject.build/Script-1852420A1820EE9600E7AA47.sh: line 102: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/libtool: No such file or directory

You will need this patch (in terminal)

cp /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/libtool /Applications/Xcode.app/Contents/Developer/usr/bin
@loretoparisi
Copy link

Did you face this issue

#197

as well?

@harithahdasan
Copy link

Sorry even after writing this code in terminal I have the same error

@harithahdasan
Copy link

Please anyone help

@ynmehel
Copy link

ynmehel commented Oct 16, 2015

@harithahdasan you can copy & paste it using Finder:

Assuming you keep your XCode under Applications folder, libtool is located at:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/

You need to copy & paste it into:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants