Open Tsubashi opened 9 years ago
This should have been fixed in the latest commit? I added FileBrowser to the NanoFileBrowser-Package dependencies. Are you seeing something different?
As far as I can tell, FileBrowser (Watch Enabled)
is added to the dependencies, not FileBrowser
. This produces:
/Users/<...>/FileBrowser.build/Debug-iphoneos/FileBrowser (Watch Enabled).build/FileBrowser.app.xcent
While the script is looking for:
/Users/<...>/FileBrowser.build/Debug-iphoneos/FileBrowser.build/FileBrowser.app.xcent
From a clean environment, I must first build the
File Browser
target before I can successfully build theNanoFileBrowser-Package
target. If I don't I get the following:because it is looking in the
FileBrowser.build
folder whenNanoFileBrowser-Package
createsFileBrowser (Watch Enabled).build
instead.Not a show stopper, just something to be aware of.