Why is Cocoapods complaining about the embedded content contains swift setting in the build settings?

蓝咒 提交于 2019-11-29 22:54:15

I needed to add the $(inherited) flag to the build setting

ManuCiao

If you replace YES with "$(inherited)" it will fix the issue in the project/target EMBEDDED_CONTENT_CONTAINS_SWIFT value. After you click Enter it will show a "YES". Run the pod install again and the issue should disappear.

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