I created a dylib sample using the add(int,int) method. I saved this dylib to usr/lib and tried to call this method, including it in the scope of my iphone application. Now this works fine with Simulator, but does not work on my device.
Can someone give me a clue Where am I wrong?
Following are the error / warning messages:
Error: ld: symbol(s) not found collect2: ld returned 1 exit status. Warning : libAddDll.dylib, file is not of required architecture
source share