4
if install pods is useless,maybe you can find the path of the file with error,for example,my path is /Users/baymac/Documents/patrick lab/ios project/DeviceToPhone/Pods/Target Support Files/Pods/
Pods-frameworks.shthen you can use this instruct: xattr -d com.apple.quarantine+ your path,for example:
xattr -d com.apple.quarantine /Users/baymac/Documents/patrick lab/ios project/DeviceToPhone/Pods/Target Support Files/Pods/
Pods-frameworks.shmake sure your path is right.
and my problem is fixed!