skip to Main Content
   There is no XCFramework found at '/Users/alexanderchoi/Desktop/VaxPass/Pods/Google-Mobile-Ads-SDK/Frameworks/GoogleMobileAdsFramework-Current/GoogleMobileAds.xcframework'.

I am getting this error when I run. I have done pod deintegrate and pod install and my pods seem there. The frameworks are red, which is a bit weird but maybe because I was transferred this project from another computer.

Any help will be great!

3

Answers


  1. Chosen as BEST ANSWER

    I realized that in my pods file, GoogleMobileAds didn't have some of the files, so I went to a GitHub, containing GOogleMobileAds pod and copied the missing files.


  2. If this happens while using SwiftPM resetting the package caches in Xcode solved the issue for me.

    File > Packages > Reset Package Caches

    Login or Signup to reply.
  3. I just ran into this while building via xcodebuild. Changing the schema’s Build Configuration to Release, then back to Debug fixed it.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search