kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 474 forks source link

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

Open j796160836 opened 9 years ago

j796160836 commented 9 years ago

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 commented 9 years ago

Did you face this issue

https://github.com/kstenerud/iOS-Universal-Framework/issues/197

as well?

harithahdasan commented 8 years ago

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

harithahdasan commented 8 years ago

Please anyone help

ynmehel commented 8 years ago

@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/