Skip to content

Commit

Permalink
Clarify custom DerivedData message.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnno1962 committed Apr 18, 2022
1 parent ee92382 commit 0107904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/HotReloading/SwiftEval.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by John Holdsworth on 02/11/2017.
// Copyright © 2017 John Holdsworth. All rights reserved.
//
// $Id: //depot/HotReloading/Sources/HotReloading/SwiftEval.swift#44 $
// $Id: //depot/HotReloading/Sources/HotReloading/SwiftEval.swift#45 $
//
// Basic implementation of a Swift "eval()" including the
// mechanics of recompiling a class and loading the new
Expand Down Expand Up @@ -248,7 +248,7 @@ public class SwiftEval: NSObject {
throw evalError("""
Could not locate containing project or it's logs.
For a macOS app you need to turn off the App Sandbox.
Have you customised the DerivedData path?
Are using a custom DerivedData path? This is not supported.
""")
}

Expand Down

0 comments on commit 0107904

Please sign in to comment.