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
The main difficulty here is that the project currently doesn't use the folder layout expected by SPM. The "easiest" solution is to move .h files in to an include folder, but that will break those that are directly including source from a submodule (deprecated for some time now). Should be able to do it without breaking existing usage of the framework project, CocoaPods, and Carthage.
The text was updated successfully, but these errors were encountered:
The main difficulty here is that the project currently doesn't use the folder layout expected by SPM. The "easiest" solution is to move .h files in to an include folder, but that will break those that are directly including source from a submodule (deprecated for some time now). Should be able to do it without breaking existing usage of the framework project, CocoaPods, and Carthage.
The text was updated successfully, but these errors were encountered: