ModuleName-Swift.h file not found in xcode8

前端 未结 7 750
余生分开走
余生分开走 2020-12-05 02:39

I\'m trying to work on a mixed Swift and ObjectiveC project with no luck.

My project is made of 6 targets:

  • App
  • Core
  • CoreTest
7条回答
  •  臣服心动
    2020-12-05 02:45

    For my case, it runs fine in Xcode 8 but files with

    #import "Project-Swift.h"
    

    has missing imports as described by LucioB

    Using Xcode 9 removes those errors

提交回复
热议问题