umbrella header for module 'myFramework' does not include header 'otherFramework.h'

后端 未结 12 1291
渐次进展
渐次进展 2021-01-31 07:19

My Swift / iOS9 framework \'viewer_protocol\' uses another and external Objective-C framework (CocoaAsyncSocket). I\'m using Carthage to build CocoaAsyncSocket. So far everythin

12条回答
  •  被撕碎了的回忆
    2021-01-31 08:07

    I had the same issue. Seemed to be related to old build files.

    The standard Xcode problem fixer worked for me:

    1. Clean project (Product > Clean Build Folder)
    2. Deleted derived data
    3. Restart Xcode

提交回复
热议问题