Enum previously declared
Meekohi opened this issue · 2 comments
Meekohi commented
I get the error Enumeration previously declared with nonfixed underlying type
when trying to compile with this related to typedef NS_ENUM(NSInteger, NetworkStatus) {
Is there some better way to handle this when NetworkStatus is already defined?
Meekohi commented
Nevermind, managed to rename the other library's use without too much effort.
jefby commented
Thanks~