My Swift App uses the FXForms Cocoa Pod
It's an OBJ-C framework I'm using with my Swift app. Everything compiled fine before last Xcode update. Now I am getting this error:
" Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[MyApp.MyFile extraFields]: unrecognized selector sent to instance "
at the line below of FxForms.m file;
[fields addObjectsFromArray:[form extraFields] ?: @[]];
Any ideas?
Thanks for any help,