Hi there,
When trying to install one of my apps in the iOS 11 simulator when using Xcode 9, the action fails and this alert appears:
Failed to change owner of file:///Users/vpimentel/Library/Developer/CoreSimulator/Devices/8D351C48-0258-46EC-814E-B21AFA494C6B/data/Library/Caches/com.apple.mobile.installd.staging/temp.rAixjM/Tuenti.app: Error Domain=MIInstallerErrorDomain Code=4 "Failed to remove ACL" UserInfo={NSUnderlyingError=0x7fe2f3e08f60 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo={SourceFileLine=392, NSLocalizedDescription=open of /Users/vpimentel/Library/Developer/CoreSimulator/Devices/8D351C48-0258-46EC-814E-B21AFA494C6B/data/Library/Caches/com.apple.mobile.installd.staging/temp.rAixjM/Tuenti.app/GoogleSignIn.bundle/Roboto-Bold.ttf failed: Permission denied, FunctionName=-[MIFileManager _removeACLAtPath:isDir:error:]}}, FunctionName=-[MIFileManager _removeACLAtPath:isDir:error:], SourceFileLine=392, NSLocalizedDescription=Failed to remove ACL}
That app uses CocoaPods and GoogleSignIn is one of the pods, I have this specifically in my Podfile:
pod 'Google/SignIn', '3.0.3'
Does someone know why this is happening?