0

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,

Keith Smiley
  • 61,481
  • 12
  • 97
  • 110
Vol-i
  • 149
  • 1
  • 4

1 Answers1

0

It turns out that extraFields method should be implemented. on view controllers that uses FxForms

Vol-i
  • 149
  • 1
  • 4