0

I've been trying to import updated libraries to my Xcode Project. I have dowloaded the libraries from the official firebase site. I had multiple options but the developer of my App used manually import on the previous libraries. So I couldn't use cocoappos or nothing like it. Now Xcode is not finding the modules on my .swift classes when I import. But it shows them on the project navigator as libraries.

I tried relocating the .xcframework files to a folder named frameworks. Didn't work. I tried understanding the file firebase.h and I cant figure out what it does. I tried importing multiple libraries, it recognises some but others it doesn't. For example No such module 'FirebaseMessaging'.

DMarMon
  • 1
  • 2

1 Answers1

0

Just use the Swift Package Manager with the specific version for your Xcode. It will avoid many headaches.

DMarMon
  • 1
  • 2