Jeff Mark
Results
3
comments of
Jeff Mark
+1 🤞
I have this same issue - project with multiple cocoapod dependencies. Adding the SPM MessageKit gives me the `x86_64-apple-ios-simulator` error. For now, I fetched the old podspec files from the...
We do the following in our Podfile when importing the library (and others) to enable `BUILD_LIBRARY_FOR_DISTRIBUTION` so we don't get the warning in our project: ``` post_install do |installer| installer.pods_project.targets.each...