You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
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/
If you face this message like this
You will need this patch (in terminal)
The text was updated successfully, but these errors were encountered: