After updating Xcode to 10.2 beta 3, I receive this error while starting app, which will result in crash (app compiles successfully):
objc[2140]: Swift class extensions and categories on Swift classes are not allowed to have +load methods (lldb)
Do you know what this may be due to?
load
(or containingload
in the name) and see if renaming solves the issue. 2. List your PodFile/CartFile and isolate the framework causing issue. 3. If everything fails, create a minimal reproducible example and post it on GitHub or BitBucket. – Leland