0

I've spent few days trying to solve this issue and I am running out of ideas now.

I have:

Xcode v11.3.1

Apple Swift version 5

cocoapods-1.9.1

I am creating an Xcode project with a Tab Bar view with some other ViewControllers.

After pod init in root project path I am editing my Podfile as below: enter image description here

now when I try to build my app I am getting build error, as per below: enter image description here

I tried to edit Framework, clean my project, reopen Xcode, try fresh copy, upgrade Alamfire to the newest version but nothing works.

Thanks a lot!

koen
  • 5,383
  • 7
  • 50
  • 89
  • When using pods, make sure you open the Xcode workspace, not the project. – koen Mar 17 '20 at 16:40
  • I have open the Xcode workspace. But when I try to run my app, I have this error: Framework not found Alamofire....? – Joey van Balkom Mar 18 '20 at 08:03
  • Did you run the pod install command? – koen Mar 18 '20 at 11:14
  • Yes I run that commend in my project folder. My Podfile stay in the same directory where the .xcworkspace and the xcodeproj files stays (/project). Is that correct? My other .swift files stays in a other folder. (/project/project/...) – Joey van Balkom Mar 18 '20 at 12:53

0 Answers0