2
代碼在armv7上正常工作,但爲arm64編譯時拋出此「必須從模塊導入'setxattr聲明' Darwin.POSIX.sys.xattr'之前它是必需的'錯誤。必須在需要之前從模塊'Darwin.POSIX.sys.xattr'中導入'setxattr'聲明
u_int8_t b = 1;
setxattr([path fileSystemRepresentation],
"com.apple.MobileBackup", &b, 1, 0, 0);
任何幫助PLZ?