How do I install Frank when my project is using Cocoapods?

血红的双手。 提交于 2019-12-04 12:19:58

from the article you link to, after modifying your frankify.xcconfig file, you still have to call frank with the --workspace and --scheme flags.

just type

frank build --workspace YourWorkspace.xcworkspace/ --scheme YourProject

You are going to have this problem because the scheme is missing for the Pods project that provides this library. You need to tweak the build script/Frank to use the new xcworkspace instead of the original xcodeproj file. Changing that should get you your normal project and the Pods static library it depends on.

This also happens with Jenkins and Hudson builds too. The problem isn't isolated to just Frank.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!