Xcode “Missing Submodule” warning

前端 未结 8 1790
陌清茗
陌清茗 2021-02-01 02:13

I\'m using Xcode6 GM to create a Coacoa Touch Framework (a new function in Xcode6), then this framework is included into my app.

Everything is fine (works fine), except

8条回答
  •  青春惊慌失措
    2021-02-01 02:42

    i had this problem cocoa pods

    my solution was real simple but took forever for me to figure out.

    • when i ran $ pod install it generated a workspace for me in the same dir as my .xcodeproj file.
    • however i had already created a workspace to use as its parent directory.
    • so then i simply deleted my old workspace and went with the one that pods created


    glhf!

提交回复
热议问题