CooperRS / RMStepsController

This is an iOS control for guiding users through a process step-by-step
MIT License
1.04k stars 119 forks source link

Property synthesis #35

Closed tilowestermann closed 9 years ago

tilowestermann commented 9 years ago

I'm using RMStepsController in QULQuestionnaire. However, I'm not able to push a new version to the trunk of CocoaPods, as I'm getting the following warning:

RMStepsController/RMStepsController/RMStepsBar.h:91:52: warning: auto property synthesis will not synthesize property 'delegate'; it will be implemented by its superclass, use @dynamic to acknowledge intention

Side note: How did you manage to push a new version of RMStepsController to the trunk with this warning?

CooperRS commented 9 years ago

That's because I did not push a new version for a long time. Last time I pushed a version, Xcode did not throw this warning.

CooperRS commented 9 years ago

I pushed a fix for the warning :)

tilowestermann commented 9 years ago

Great, thanks! Unfortunately, you'd have to tag the new version in order to be accessible in a pod spec.