Alamofire compiled with older version of Swift language (2.0) than previous files (3.0) for architecture x86_64

前端 未结 4 998
被撕碎了的回忆
被撕碎了的回忆 2020-12-18 05:07

When I move my program to the XCode8, I got this error: Alamofire compiled with older version of Swift language (2.0) than previous files (3.0) for architecture x86_64. I ha

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-18 05:09

    Update your cocoa pods and clear your derive data folder and try to run again.

    In xcode 8 derived data folder changed,

    Go to File -> Workspace setting -> then see this image,

    Click on -> on path and clear that derived data folder.

提交回复
热议问题