Daniel Llewellyn
1 min readJul 8, 2019

--

Thanks for the article, just a little thing I noticed a typo:

cd "$(xcrun --sdk iphoneos -- show-sdk-platform-path)/DeviceSupport"

should be

cd "$(xcrun --sdk iphoneos --show-sdk-platform-path)/DeviceSupport"

--

--

No responses yet