Xcode “Missing Submodule” warning

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

    // In this header, you should import all the public headers of your framework using statements like

    #import

    like this:

    #import 
    
    #import 
    
    //! Project version number for GameworkSDK.
    FOUNDATION_EXPORT double GameworkSDKVersionNumber;
    
    //! Project version string for GameworkSDK.
    FOUNDATION_EXPORT const unsigned char GameworkSDKVersionString[];
    

提交回复
热议问题