Quickly developed code does not work in Xcode 8.x or Xcode 7.x

When I open a project developed by swift2.3 in Xcode 8.x (8.1.8.2.1.8.3.3), it shows a lot of errors from third-party files. I did below actions

  • I install pod and then update the module, but after that it displays about 500 errors in a third-party structure like alamofire.

  • I tried to configure it in Xcode 7.3, but still not getting error-free code, and it shows an error in a related third-party structure.

  • I tried without updating any module, but did not show related files in the project and showed so many errors

When I open a project in Xcode 8.x, it requests a conversion. I did convert as he suggests and get a lot of errors.

15 is shown, when I try to resolve them, they will grow in any other file, such as an infinite loop.

Please suggest me.

thank

+4
source share
1

.

(fooobar.com/questions/1688137/...), , Swift.

( 2.3 , ).

+1

Source: https://habr.com/ru/post/1688136/


All Articles