I have an app with iOS module added. I wanted some to methods to be executed so I created a proxy class with a method (id) doSomething; I saved the changes to the module and repackaged it - so the olde version is rewritten. Now while trying to build a project I get an error:
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Intermediates/Test.build/Debug-iphonesimulator/Test.build/Objects-normal/i386/Test normal i386
[ERROR] : Ld build/Intermediates/Test.build/Debug-iphonesimulator/Test.build/Objects-normal/x86_64/Test normal x86_64
[ERROR] : (2 failures)