Cocoapods no longer builds project after update?

前端 未结 2 1761
你的背包
你的背包 2021-02-10 09:21

After updating to the latest version of cocoapods I can no longer generate the project. Uninstalling the latest version and going back to the older version doesn\'t resolve the

2条回答
  •  星月不相逢
    2021-02-10 09:38

    Removing this redundant part of my .xcodeproj file fixed this issue:

    FRAMEWORK_SEARCH_PATHS = (
                    "$(inherited)",
                    "$(PROJECT_DIR)",
                    "$(PROJECT_DIR)/Frameworks",
                );
    

提交回复
热议问题