After updating my Xcode to 10.2 and doing the Swift 5 migration, I got an errors in the Test Target of my dynamic framework
Cannot load underlying module for ''any idea?
If I comment out my import in my test file
@testable importeverything compiled ok
thanks