iOS - UIActivityIndicator causing "Hides when stopped but is neither hidden or animating" warning iOS - UIActivityIndicator causing "Hides when stopped but is neither hidden or animating" warning xcode xcode

iOS - UIActivityIndicator causing "Hides when stopped but is neither hidden or animating" warning


This means, You have set Hides when stopped.

So there must be two states only,

  1. Hidden
  2. Animating

But you have set neither Hidden nor Animating.

See the image:

enter image description here

It must be Hidden or Animating, If you have Checked Hides when stopped.


You have selected hide when stopped option but you are never hiding activityindicator. set you setting as in attached image

enter image description here