Hi everyone,
I copied a framework from another project which was on github and added this to my project. I also copied some classes from that project..
In one class there is a method which is used to get called from another class. If I try to run the app on a real device, it says something like "ambigiuous use of .."
I don't get any problems if I uncomment the function in the class where it was basically created. Then it runs on a real device but not on the simulator then. This time, it says that the property of <function name> is not found.
So what can I do in this case?
Best regards,
Kaan