Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Jan 18, 2015
2 parents ebf37ec + b08ae70 commit 0da8066
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0da8066

Please sign in to comment.