Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swift, Alamofire.framework: No such file or directory

I am Developing an ios app and everything was going fine and then suddenly i got this error

error: /Users/himanshututeja/Library/Developer/Xcode/DerivedData/xxxxx-ebvzljjfvuvqcubfgvneealjrdrg/Build/Products/Debug-iphoneos/Alamofire.framework: No such file or directory

I deleted the derived data folder of xcode, Still no help. Do anyone know the reason why i am facing this issue?

like image 221
Himanshu Avatar asked Mar 13 '23 01:03

Himanshu


1 Answers

If you are using cocoapods then you should once tried to run pod setup and pod install. I think just running pod setup will work!!

Hope this will help :)

like image 85
Ketan Parmar Avatar answered Mar 17 '23 14:03

Ketan Parmar