Xcode “Missing Submodule” warning

前端 未结 8 1717
陌清茗
陌清茗 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:48

    Set header search path in your project setting:

    TARGETS / Build Settings / Header Search Paths "$PODS_CONFIGURATION_BUILD_DIR/[YOUR PROJ NAME]/[YOUR PROJ NAME].framework/Headers"

    Now import the header file.

        #import 
    

提交回复
热议问题