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
after cloning and "pod install", the TicTac workspace won't build. There is great disagreement between all involved targets ( TicTac and its pod-dependencies socketIO, starScream, etc) about Swift version. Some specify Swift 3.1 (starScream) some have it unspecified - and so inherit the "Swift 3.0" set for TicTac, and all-in-all a big mess.
I don't know too well the source codes of all dependencies - and I'm afraid to hard-set their Swift versions to 4.2 --- how should I go about this?
The text was updated successfully, but these errors were encountered:
I don't know too well the source codes of all dependencies - and I'm afraid to hard-set their Swift versions to 4.2 --- how should I go about this?
The text was updated successfully, but these errors were encountered: