Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode - no XCFramework found

Tags:

xcode

swift

sdk

   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!

like image 703
Alexander Choi Avatar asked Dec 04 '25 17:12

Alexander Choi


2 Answers

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

File > Packages > Reset Package Caches

like image 182
Declan McKenna Avatar answered Dec 06 '25 07:12

Declan McKenna


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.

like image 32
Alexander Choi Avatar answered Dec 06 '25 08:12

Alexander Choi