BranchMetrics / sdk-release

TUNE iOS, Android, and Windows native SDKs
https://developers.tune.com/sdk/quick-starts/
GNU General Public License v3.0
56 stars 46 forks source link

iOS: Some function documentation have wrong parameter names #23

Closed Myrronth closed 8 years ago

Myrronth commented 8 years ago

I have Tune 4.8.0 added to my project via CocoaPod 1.0.1. My project treats warnings as errors and has the clang flag -Wdocumentation enabled. Building my app results in 5 errors in 2 files:

Adding -Wno-documentation to the build config in CocoaPods post_install hook does not fix the problem. I think this is due to the fact that Tune gets installed as a framework?

Are there any workarounds until the source is fixed?

harshal-hasoffers commented 8 years ago

Thanks for pointing this out, we will include the var name fixes in today's release.

harshal-hasoffers commented 8 years ago

v4.9.0 is now released.