dmsurti / AssimpKit

A library (macOS, iOS) that converts the files supported by Assimp to Scene Kit scenes.
http://assimpkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
477 stars 54 forks source link

Fix 7z #75

Closed dmsurti closed 7 years ago

dmsurti commented 7 years ago

Fixes #73

The pre install scripts now check if 7z is installed, else exit with status code 1. However, xcodebuild fails at a later stage, so one needs to scan the output to check for the 7z failure reporting. Yikes :-(. The same for Carthage logs.