-
This feels like a noob question... but I'm totally stumped. I've migrated my project from Pods to SPM - successfully installed Firebase products with SPM with no issues, however, I now want to add FirebaseFunctions (which I didn't initially install) -- and there seems to be no option to install additional products. I get a message that my project already contains this (firebase-ios-sdk) package dependency. Do I have to uninstall and reinstall firebase-ios-sdk and am limited to what I choose at time of "Add Package?" to get more products? Or is there a config file I'm missing (like cocoapods had Podfile). Thanks for any help and sorry if this is a basic question, but I really can't find information on it. I recently upgraded to xCode 13.2 - so any info out there seems dated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
I found where to add additional products in this article Adding and Updating Swift Package Products with Xcode |
Beta Was this translation helpful? Give feedback.
I found where to add additional products in this article Adding and Updating Swift Package Products with Xcode