ekazaev / route-composer

Protocol oriented, Cocoa UI abstractions based library that helps to handle view controllers composition, navigation and deep linking tasks in the iOS application. Can be used as the universal replacement for the Coordinator pattern.
MIT License
896 stars 63 forks source link

Fixed swiftPM issue with archiving #61

Closed ekazaev closed 3 years ago

ekazaev commented 3 years ago

There is an issue with SPM for classes that reference SwiftUI Cannot find type UIHostingController in scope Cannot find type View in scope

Changing the package to be dynamic solves the issue

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 (c257a1e) into master (79dc228) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   95.53%   95.53%           
=======================================
  Files         108      108           
  Lines        2016     2016           
=======================================
  Hits         1926     1926           
  Misses         90       90           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 79dc228...c257a1e. Read the comment docs.