snapshot/lib/assets/SnapshotHelper.swift in fastlane-2.28.9 vs snapshot/lib/assets/SnapshotHelper.swift in fastlane-2.29.0.beta.20170421010107
- 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 = URL(fileURLWithPath: homeDirUrl.path)
+ homeDir = homeDirUrl
#endif
return homeDir.appendingPathComponent("Library/Caches/tools.fastlane")
}
}