如何實現nslog在生成靜態庫以後就不打印輸出了

使用宏 重定義 方法實現、、release模式下空方法便可
Debug模式 考慮一下游戲和應用裏面的宏名,寫全了

//#if !(TARGET_IPHONE_SIMULATOR)
//#define NSLog(format,...) do {} while (0)
//#endifspa



#ifdef __OBJC__orm

    #import <UIKit/UIKit.h>遊戲

    #import <Foundation/Foundation.h>string

#endifit


#ifdef DEBUG1io

//#define NSLog( s, ... ) NSLog( @"<%p %@:(%d)> %@", self, [[NSString stringWithUTF8String:__FILE__] lastPathComponent], __LINE__, [NSString stringWithFormat:(s), ##__VA_ARGS__] )ast

#elseform

//#define NSLog( s, ... )import

#endifbug

相關文章
相關標籤/搜索