Skip to content

Commit b08ae70

Browse files
committed
Add note about required OS version
1 parent dc01a21 commit b08ae70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ _Tip:_ Add the `*.generated.swift` pattern to your `.gitignore` file to prevent
3131

3232
## Tips and tricks
3333

34+
*Running R.swift gives errors like `29593 Trace/BPT trap: 5`, how to fix them?*
35+
36+
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.
37+
3438
*R.swift also picks up asset files/storyboards from submodules and CocoaPods, can I prevent this?*
3539

3640
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.

0 commit comments

Comments
 (0)