• 日常搜索
  • 端口查询
  • IP查询
  • 在线工具
  • 搜本站

房卡麻将游戏苹果ios客户端闪退Prefix打包必要文件

房卡麻将游戏苹果ios客户端闪退Prefix打包必要文件:cocos2d-prefix.pch、Prefix.pch,替换即可

房卡麻将游戏苹果ios客户端闪退Prefix打包必要文件  第1张

cocos2d-prefix.pch内容:

//
// Prefix header for all source files of the 'cocos2dx' target in the 'cocos2dx' project
//

#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <float.h>
#include <math.h>
#include <stdio.h>
#include <time.h>
#include <stdint.h>
#include <assert.h>
#include <sys/time.h>
#include <sys/select.h>
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>

#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif

#ifdef __cplusplus
    #include <vector>
    #include <string>
    #include <map>
    #include <list>
    #include <memory>
    #include <functional>
    #include <thread>
    #include <mutex>
    #include <unordered_map>
    #include <list>
    #include <algorithm>
    #include <cstdint>
    #include <stack>
#endif

Prefix.pch内容:

//
// Prefix header for all source files of the 'iphone' target in the 'iphone' project
//

#ifdef __OBJC__
    #import <Foundation/Foundation.h>
    #import <UIKit/UIKit.h>
#endif

#ifdef __cplusplus
    #include "cocos2d.h"
#endif

附件地址:

此处为隐藏内容,请评论后刷新页面查看,谢谢!

文章目录
  • cocos2d-prefix.pch内容:
  • Prefix.pch内容:
  • 附件地址:
  • 发表评论