ios-ruby-embedded
ios-ruby-embedded copied to clipboard
Lipo moved in Xcode 7
Hello,
I was going to try and create a PR, but i could not find the proper way to test for Xcode 7, but in Xcode 7 the lipo binary was moved to:
/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo
or in regards to the rakefile:
LIPOPATH = "#{XCODEROOT}/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo"