iOS unit test strategy (move logic to imported package)?

Hello,

Running unit tests fires up the simulator, which is so slow. Is it feasible, for an iOS project, to move all logic into an external package (no UI imports)?

That feels like a sledgehammer just to make tests run a bit quicker. And all the extra potential mistakes of running one app across two projects.

Are there other/better approaches to test logic only in an Xcode iOS project? Buy a bigger laptop? :)

Thanks

iOS unit test strategy (move logic to imported package)?
 
 
Q