snapshot/lib/assets/SnapshotHelper.swift in fastlane-2.29.0.beta.20170422010059 vs snapshot/lib/assets/SnapshotHelper.swift in fastlane-2.29.0.beta.20170423010015
- old
+ new
@@ -143,10 +143,10 @@
}
guard let homeDirUrl = URL(string: simulatorHostHome) else {
print("Can't prepare environment. Simulator home location is inaccessible. Does \(simulatorHostHome) exist?")
return nil
}
- homeDir = homeDirUrl
+ homeDir = URL(fileURLWithPath: homeDirUrl.path)
#endif
return homeDir.appendingPathComponent("Library/Caches/tools.fastlane")
}
}