ModuleName-Swift.h file not found in xcode8

前端 未结 7 748
余生分开走
余生分开走 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:50

    In my case, I declared import statement into .h file

    Then I change

    #import "ProjectName_App-Swift.h"
    

    into implementation file(.m)

    Clean and restart Xcode Working

提交回复
热议问题