-3

I need to compile my code but xcode can't migrate to swift 4 because it can't compile in swift 3 but Cryptoswift framework don't want to compile because it need to be in swift 4. I can compile on another computer in xcode 8.3.3 but can't upload on store in that version. What can i do?

i made the project on xcode 8.3.3 and it work well but when i tried on newer xcode, it don't and give me some error.

I expect to send the app on store in swift 3 or swift 4.

error while migrating Cryptoswift error

Coryn Hoole
  • 1
  • 1
  • 5

1 Answers1

0

You should be able to select the supported swift version:

enter image description here

Au Ris
  • 4,541
  • 2
  • 26
  • 53