I have a project that uses SimulatorStatusMagic in the Debug configuration only. So my Podfile has the following line:
pod 'SimulatorStatusMagic', :configurations => ['Debug']
The app works fine in Simulator, but when I compile for my device or upload to iTunes, I get the following error:
Dyld Message: Library not loaded: @rpath/SimulatorStatusMagic.framework/SimulatorStatusMagic
Referenced from: /var/mobile/Containers/Bundle/Application/1E47674A-D9AB-4390-B365-85C1D9035624/
What am I doing wrong?