Tweak 中系统方法写入文件到根目录下面失败
失败原因:
Error Domain=NSCocoaErrorDomain Code=513 "The operation couldn’t be completed. (Cocoa error 513.)" UserInfo=0x176b1b00 {NSFilePath=/scroll.txt, NSUnderlyingError=0x176b0290 "The operation couldn’t be completed. Permission denied"
换用C语言方式,同样写失败,应该是mobile用户不具有该目录的写权限
在/tmp/目录下面可以写入成功