This project was running fine all day, then all of a sudden it crashes when I run on device (but works on simulator):
dyld: Library not loaded: @rpath/Bolts.framework/Bolts Referenced from:
/var/mobile/Containers/Bundle/Application/.../MyApp.app/MyApp
Reason: image not found
My project uses Carthage for other frameworks, but for Parse and Bolts I imported everything manually. I just can't seem to fix this; any ideas?