With the latest Xcode, my app is running fine in simulator, but I get this error when I run it on device:
I do not have it linked in my binaries. I do have libz.dylib
. Here is what I am linking against:
Why would my project be trying to link against something for cryptography if I'm not doing that? How to fix?