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
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
I spent too long today trying to figure why I was getting this:
Warnings and errors
Error (Fatal): Unable to find module contents for module SwiftIgPay. (CompilerException)```
Only upon adding --verbose did I get the useful part:
<unknown>:0: error: module compiled with Swift 4.2 cannot be imported in Swift 4.0.3: /var/folders/gc/7vct49652r1df_tp36ffvph00000gn/T/99dfae57-abce-4cb8-965f-880b61f48123/SwiftIgPay.swiftmodule
I believe this should be part of the error text on non-verbose, maybe a top level error itself?
The text was updated successfully, but these errors were encountered:
I spent too long today trying to figure why I was getting this:
The text was updated successfully, but these errors were encountered: