我是Xcode的新手。我正在使用twitter-kit-ios,我想用它来修复它的bug。我们可以从https://github.com/twitter/twitter-kit-ios/releases下载源代码,但我不能用Xcode将其构建到TwitterKit.framework中。
我尝试打开TwitterKit.xcodeproj并构建它,但没有创建任何内容。
如何从源代码创建TwitterKit.framework?


发布于 2018-08-17 16:42:18
我检查过它,它很好地构建了框架,它位于<DerivedData Folder> -> TwitterKit-xxx -> Build -> Products -> <Configuration>-<platform> -> TwitterKit.framework中
https://stackoverflow.com/questions/51891418
复制相似问题