Help error with the pods when running the xcode simulator on MAC

0

When I run my application in xcode, I get the following error:

dyld: Library not loaded: @rpath/Toast_Swift.framework/Toast_Swift
  Referenced from: /Users/alberto/Library/Developer/CoreSimulator/Devices/40EB2EEE-A6DC-4E26-BDDF-D7AE7A5A6BEE/data/Containers/Bundle/Application/A91A5FF4-4835-4EFA-BF79-5363E40057FB/Proyecto1.app/Proyecto1
  Reason: image not found

What could be the problem ?? I updated the pods several times. I have to add more information to try to fix it ?? Thanks

This is the general information of the app

    
asked by 20.07.2016 в 13:11
source

1 answer

0

Apparently you are not complaining about your pods, you are complaining that somewhere you are referring to a framework that is no longer and that is the framework Toast_Swift.framework , so you must find where you are referring to this framework and delete that reference, then do a clean and start the project again.

    
answered by 22.07.2016 / 11:58
source