User511
User511

Reputation: 1486

Users/company/Desktop/app/DemoApp/Pods/Bolts/Bolts/iOS/BFAppLink.m:11:9: 'BFAppLink_Internal.h' file not found

I am trying to build my project. And the build is failed due to this error.

Users/company/Desktop/app/DemoApp/Pods/Bolts/Bolts/iOS/BFAppLink.m:11:9: 'BFAppLink_Internal.h' file not found

I have tried different solutions. No answers on stackoverflow are helpful for me.

Any help would be appreciated!!

Upvotes: 2

Views: 386

Answers (3)

yonlau
yonlau

Reputation: 115

Encounter same issue here and fixed! Just need to delete the whole Pods directory, keep the Podfile and then run pod install.

Upvotes: 1

Priya
Priya

Reputation: 349

You need to Clear CocoaPods cache, re-download and re-install all pods.

Upvotes: 2

combinatorial
combinatorial

Reputation: 9561

Install cocoapods and then run pod install from the command line in the directory containing your xcode project file.

Upvotes: 2

Related Questions