stephan-tolksdorf / STULabel

A faster and more flexible label view for iOS
Other
121 stars 28 forks source link

Reference to 'Byte' is ambiguous compiler error under Xcode 12 #16

Closed tkirby closed 4 years ago

tkirby commented 4 years ago

Compiler error on Xcode 12:

Reference to 'Byte' is ambiguous

in 5 places.

Pods/STULabel/STULabel/Internal/TextStyle.hpp:432:59: Reference to 'Byte' is ambiguous Pods/STULabel/STULabel/Internal/TextStyle.hpp:433:55: Reference to 'Byte' is ambiguous Pods/STULabel/STULabel/Internal/TextStyle.hpp:327:71: Reference to 'Byte' is ambiguous Pods/STULabel/STULabel/Internal/TextStyle.hpp:335:71: Reference to 'Byte' is ambiguous Pods/STULabel/STULabel/Internal/TextStyle.hpp:448:50: Reference to 'Byte' is ambiguous

barMapprosing commented 4 years ago

I'm having the same issue! I had to re-install some other pods and then this error disappeared, but now it has returned and glad I'm not the only one.

barMapprosing commented 4 years ago

@tkirby Looks like someone made a PR fixing it, but it wasn't approved yet.

Zeeshan612 commented 4 years ago

@stephan-tolksdorf I am having same issue for Xcode 12, Kindly update soon as I need this fix ASAP. Thank you

stephan-tolksdorf commented 4 years ago

Please check whether version 0.8.7 resolves this issue for you.

Zeeshan612 commented 4 years ago

Yes, Now it's working fine to me. Thank you for the quick update 😊