Ambigiuous use of function

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

You're going to have to show some specific examples.


It sounds like this framework provides some compatibility implementation of API that is not normally available on the simulator. However, it's not clear what that might be, which is why you need to show some code (as little as possible, please!).

Ambigiuous use of function
 
 
Q