From b08ae7088bce080b1ae975215ab1fcbeab4238f0 Mon Sep 17 00:00:00 2001 From: Mathijs Kadijk Date: Sun, 18 Jan 2015 17:00:08 +0100 Subject: [PATCH] Add note about required OS version --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 327f55e0..cc85e037 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ _Tip:_ Add the `*.generated.swift` pattern to your `.gitignore` file to prevent ## Tips and tricks +*Running R.swift gives errors like `29593 Trace/BPT trap: 5`, how to fix them?* + +Make sure you run OS X 10.10 or higher with XCode 6.1+. Lower versions are not supported and could lead to errors like these. + *R.swift also picks up asset files/storyboards from submodules and CocoaPods, can I prevent this?* You can by changing the second argument (`"$SRCROOT"` in the example) of the build phase script, this is the folder R.swift will scan through. If you make this your project folder by changing the script to `"$SRCROOT/rswift" "$SRCROOT/MyProject"` it will only scan that folder.