You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the Crashlytics.framework witch is a static framework. And I got error below:
The 'Pods-XXXXX' target has transitive dependencies that include static binaries: (/Users/xxxx/Documents/Projects/xxxx/Pods/Crashlytics/iOS/Crashlytics.framework)
Really need static framework support!! Thank you!!
The text was updated successfully, but these errors were encountered:
See here for usage instructions for the static framework Firebase pods with Rome. Something similar should work with the Crashlytics pod.
Based on the error message, I suspect that you're running into the more general restriction of trying to have a dynamic framework CocoaPod depend on a static framework one.
I use the Crashlytics.framework witch is a static framework. And I got error below:
The 'Pods-XXXXX' target has transitive dependencies that include static binaries: (/Users/xxxx/Documents/Projects/xxxx/Pods/Crashlytics/iOS/Crashlytics.framework)
Really need static framework support!! Thank you!!
The text was updated successfully, but these errors were encountered: