ios - Swift compiler error after upgrading to El-Capitan -


i working on project developed in swift. project working fine until upgraded el-capitan. opened xcode project getting error

opening import file module 'swift': permission denied

i had refer similar questions on doesn't solve problem. adding sreenshot more clarityenter image description here please can provide solution ? appriciated. thank you.

yes, got answer. recreated project , copy code previous xcode project. problem compiler not able find required file in project location. follow these steps.

  1. quit projects , xcode completely.
  2. delete derived data , dt.xcode caches folder.
  3. create new xcode project in different location.
  4. copy code previous xcode.

hope someone.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -