I’m using the twitter-text objective-c library in my Swift based iOS app. The library is a dependency of my own Twitter utilities library which I include my project as a local development pod using CocoaPods. It runs fine in the debugged but when I attempt to create an archive in Xcode to upload to iTunes Connect, I get the following error:
Include of non-modular header inside framework module ‘twitter_text’
Has anyone else managed to resolve this issue?