Why is my app running
- by John Smith
I have compiled my iPhone app with setting (Device, Release).
I install it on the test machine and it runs with no problem.
Here's the problem. The app is linked to a C++ library. The compilation on the simulator has no errors. However the device compilation produces 568 errors, mostly about different visibilities w.r.t AppDelegate.o.
They all…