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"
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"
Get in touch with me on linkedin: https://www.linkedin.com/in/daniel-llewellyn-b66b57b6/