asmallteapot / cocoapods-playgrounds

:black_joker: Generate Swift Playgrounds for any library.
MIT License
1.3k stars 42 forks source link

Module compiled with Swift 4.1.2 cannot be imported with the Swift 4.2 compiler #61

Open asmallteapot opened 5 years ago

asmallteapot commented 5 years ago
Playground execution failed:

error: Empty.playground:6:8: error: module compiled with Swift 4.1.2 cannot be imported by the Swift 4.2 compiler: /Users/ellen/Library/Developer/Xcode/DerivedData/Empty-aiojmrqftycfwvbtpmkzvlsjvgjl/Build/Products/Debug-iphonesimulator/Result.framework/Modules/Result.swiftmodule/x86_64.swiftmodule
import Result
       ^
asmallteapot commented 5 years ago

my hunch is that this is related to #59, but i haven't investigated or confirmed that