I have updated Xcode Version 10.2 (10E125) and testing on devices (not only simulator)
I get this message when I execute the app:
objc[3297]: Swift class extensions and categories on Swift classes are not allowed to have +load methods
- It's just not working on devices with iOS 12.2. I would like to know if there was any update that was affecting the swift classes. So far no answer about this in other forums just saw that apple has some issues with other apps in production as well.
-I'm using extensions of swift classes but I don't think that is the problem
Using Cocoapods and Firebase dependencies.
I searched in my project any functions that could contain "load" functions, none found.
Please some help
@objc
. – Hippo