Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

iOS: Some function documentation have wrong parameter names #23

Closed
Myrronth opened this issue Sep 13, 2016 · 2 comments
Closed

iOS: Some function documentation have wrong parameter names #23

Myrronth opened this issue Sep 13, 2016 · 2 comments

Comments

@Myrronth
Copy link

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:

  • TuneDebugUtilities.h#16 * param enableshould be * param enableDebug
  • Tune.h#409 * param variableNameshould be * param name
  • Tune.h#419 * param variableNameshould be * param name
  • Tune.h#429 * param variableNameshould be * param name
  • Tune.h#439 * param variableNameshould be * param name

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
Copy link

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

@harshal-hasoffers
Copy link

v4.9.0 is now released.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants