Created by: dfed
If a .mlmodel
is added to an Xcode target where that module's DERIVED_FILE_DIR
is set to a relative path, Xcode will crash.
This PR sets DERIVED_FILE_DIR
to be an absolute path, which allows .mlmodel
s to be included in generated Xcode projects without Xcode crashing.