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

后端 未结 12 1293
渐次进展
渐次进展 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 07:51

    trying to fix a archive build error led me to this error and post

    my solution was real simple but took forever for me to figure out.

    • when i ran $ pod install it generated a workspace for me in the same dir as my .xcodeproj file.
    • however i had already created a workspace to use as its parent directory.
    • so then i simply deleted my old workspace and went with the one that pods created


    hope this helps someone! glhf!

提交回复
热议问题