Skip to content

Commit

Permalink
Docs - QA - add forgotten generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieme van Veen committed Jul 24, 2018
1 parent f72f73d commit d456c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/QandA.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Work around this problem by [*emptying* the module field in the xib or storyboar

Yes, just add R.swift as a buildstep in your library project and it will work just like normal. If you want to expose the resources to users of your library you have to make the generated code public, you can do this by adding `--accessLevel public` to the call to R.swift.

For example Cocoapods users would change their build step to: `"$SRCROOT/rswift" --accessLevel public "$SRCROOT"`
For example Cocoapods users would change their build step to: `"$SRCROOT/rswift" generate --accessLevel public "$SRCROOT"`

## How does R.swift work?

Expand Down

0 comments on commit d456c81

Please sign in to comment.