You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ _Tip:_ Add the `*.generated.swift` pattern to your `.gitignore` file to prevent
31
31
32
32
## Tips and tricks
33
33
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
+
34
38
*R.swift also picks up asset files/storyboards from submodules and CocoaPods, can I prevent this?*
35
39
36
40
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