Help, migrating from Cocoapods to SPM #8804
Unanswered
p-nicolaou
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I believe this can be done purely by defining the targets as you like in Xcode and pointing at libraries installed via SPM. For more detailed help, stackoverflow or a Swift Forum might be a better venue for help since there should be nothing Firebase specific about the setup. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
For our project, we have all CoreData related code in a seperate framework that we embed in our main target. That framework had a dependancy to FirebaseCrashlytics in our Podfile. So, in the General tab of our framework, I can see
Pods_XXCoreData.framework
-> Do Not Embed option. How can I achieve the same now that we are planning to migrate to SPM?Beta Was this translation helpful? Give feedback.
All reactions