A fix for debugging shared precompiled binaries from Carthage.
error: Couldn't IRGen expression, no additional error
./build.sh --platform ios MyCoolFramework
| # Platform: OS X | |
| # | |
| # Role: pull last repository changes, then build and run on a connected iOS device | |
| # | |
| # Usage: ./buildandrun-ios.sh [version] [--run-only] | |
| # | |
| # Parameters: | |
| # version version number (e.g. "v0.2", "v4rc3", etc.) for your Unity build name | |
| # --run-only set this if the Unity project was already build and you don't want to rebuild it | |
| # |