We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 159c6ea commit 84e9b85Copy full SHA for 84e9b85
README.md
@@ -73,7 +73,9 @@ Note that GTX is being added to `+setUp` method, not the instance method
73
`-setUp` since GTX must only be installed once (for a given test run).
74
75
To add GTXiLib to your project use the xcodeproj file in this project or
76
-[cocoapods](https://cocoapods.org/pods/GTXiLib).
+[cocoapods](https://cocoapods.org/pods/GTXiLib). Note that when linking directly
77
+using the xcodeproj file you must also link to the [C++ protobuf library](https://github.com/protocolbuffers/protobuf/tree/master/src) and reference
78
+headers under "GTXiLib > Build Settings > Header Search Paths".
79
80
## Incremental Accessibility
81
0 commit comments