antiguab / BATabBarController

A TabBarController with a unique animation for selection
https://antiguab.github.io/batabbarcontroller/
MIT License
1.06k stars 131 forks source link

Tab Bar animation not working after in development build #36

Closed rajamohan0s closed 5 years ago

rajamohan0s commented 6 years ago

The animation of tab bar is working with running the app via xcode. But, It's not working installing app from App store or Directly installing development build.

Anyone did faced this issue? How can I solve it?

Meet1313 commented 6 years ago

Have you find any solution? I have same issue.

rajamohan0s commented 6 years ago

@Meet1313 , Nope I tried but I cant, It may be because of deprecated API's.

Meet1313 commented 6 years ago

From Simulator its working fine but from testFlight it is not working

antiguab commented 5 years ago

Is this still occurring. I haven't been able to reproduce it.

rajamohan0s commented 5 years ago

Yes, still there. Not working when installing app from Xcode or test flight to device. But works fine in debugging both device or simulator.

antiguab commented 5 years ago

I see what it was. I was able to recreate the issue with a release build. There were some property attributes that were incorrect. This should be resolved in the latest objc version (0.1.6). Can you give it a try and let me know if the issue persists?