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
I was trying to use Carthage to integrate Eureka, but got a swift complier compatible error
Please Set BUILD_LIBRARY_FOR_DISTRIBUTION = YES; so there won't generate swift complier compatible error like "Module compiled with Swift 5.6.1 cannot be imported by the Swift 5.8 compiler"
I was trying to use Carthage to integrate Eureka, but got a swift complier compatible error
Please Set
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
so there won't generate swift complier compatible error like "Module compiled with Swift 5.6.1 cannot be imported by the Swift 5.8 compiler"See https://stackoverflow.com/questions/58654714/module-compiled-with-swift-5-1-cannot-be-imported-by-the-swift-5-1-2-compiler
The text was updated successfully, but these errors were encountered: