this one is driving me insane. I have an external framework which I have installed in my project folder and have linked it under the frameworks section in Xcode. The programe compiles and runs fine under the simulator, but as soon as I try to compile under the device setting it fails on the linking step, and tells me there are no symbols for all the refrences to the external framework.
Why would the linking to this framework work correcty under the simulator and not the device build setting. It makes absolutly no sense, and I have no idea on what to do to fix it.
Has anyone had simaler problems or know what would cause this issue and any fixes?
Thanks!
Why would the linking to this framework work correcty under the simulator and not the device build setting. It makes absolutly no sense, and I have no idea on what to do to fix it.
Has anyone had simaler problems or know what would cause this issue and any fixes?
Thanks!