I have a lot of .a in my project from different libraries, and part of the spam is output from the console.
Is there a way to disable all NSLogs from my assembly, even my own?
In any case, will this affect the final release build?
For instance:
AD URL: http://ads.mp.mydas.mobi/getAd.php5?medialets=false&sdkapid=44300&auid=a83014b158258e5bda3ee3f3634eaa17b66d9fce&mmisdk=4.2.4-11.4.25.i&ua=iPhone%204.2.1&dv=4.2.1&dm=iPhone2,1&adtype=MMBannerAdTop&hswd=320&hsht=53&accelerometer=true&vendor=adwhirl&video=true&language=en&country=IE&cachedvideo=true
This is displayed on the console. But a project search for the text "AD URL" does not find anything. Can I make them remove them somehow ignored?
user440096
source
share