问一个很低级的问题,我在tweak 的 xm怎么进行打印一个值呢, 在哪能看到打印

那个我百度了 没找到 我的可能是假的度娘 。。。

NSString* str = [NSString stringWithFormat:@“arg1:%@”,arg1];

UIAlertView *alertView = [[UIAlertView alloc]initWithTitle:@“用户信息” message:str delegate:nil cancelButtonTitle:@“取消” otherButtonTitles:nil];
[alertView show];

好的 我试试 谢谢啦
_

除了 这种 还有没有 别的方法?

NSLog

打印日志用什么看呢??

xcode

额 我使用的theos 没有 opendev 我在想有没有什么别的工具 来看

用syslogd插件啊