Installing Samples Dialog....
-
@d-healey I can test it on Macos, what should I do?
-
@hisefilo Thanks.
- Build my develop branch - https://github.com/davidhealey/HISE/tree/develop
- Run HISE (the one you just made from my branch)
- Make a new project folder
- Add a script and sampler
- Open up project preferences and add these lines in the Extra Definitions OSX box
HISE_SAMPLE_DIALOG_SHOW_INSTALL_BUTTON=1 HISE_SAMPLE_DIALOG_SHOW_LOCATE_BUTTON=0
- Make sure the project is pointing to my develop branch's source code
- Export as a standalone app
- Run the app and let us know if it prompts you to install or locate the samples (or both).
-
@d-healey all of my clang boys working on it
-
@d-healey got this. Pointed the right Hise-develop folder also
Compiling Standalone application Tester ... xcodebuild: error: 'Builds/MacOSX/Tester.xcodeproj' does not exist. Compiling finished. Cleaning up... logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Process completed]
-
Can you usually export standalone projects ok?
-
@d-healey for some reason is not creating OSX folder on Binaries
-
@d-healey said in Installing Samples Dialog....:
Can you usually export standalone projects ok?
of course
-
Did you save the project before trying to export?
-
@d-healey yep
-
-
Does it export if you point it to your usual source code?
-
@d-healey yes
Filos-MacBook-Pro:~ filo$ /Users/filo/Filo/VST\ Project/TEster/Binaries/batchCompileOSX ; exit; Re-saving file: /Users/filo/Filo/VST Project/TEster/Binaries/AutogeneratedProject.jucer Finished saving: Visual Studio 2017 - Builds/VisualStudio2017/ Finished saving: Xcode (MacOSX) Finished saving: Linux Makefile Compiling Standalone application Tester ... ▸ Building Tester/Tester - App [Release] ▸ Check Dependencies ▸ Compiling PresetData.cpp ▸ Compiling CopyProtection.cpp ▸ Compiling include_hi_components.cpp
-
Weird, you found a new issue :p Let us know if the app asks about installing/locating samples :)
-
@d-healey i.e. I cannot compile if a source code is in Download or trash folder. I guess it's a permission issue. But just a guess
-
-
I cannot compile if a source code is in Download or trash folder. I guess it's a permission issue. But just a guess
That could be it. I remember I had a similar issue with trying to compile on my shared drive, I had to put it on the MacOS desktop.
So that screen shot is what should show with Christoph's original code. Can you try again with my code but move it to another location to try to avoid the issue you had before? You can do a debug build to make it faster.
-
@d-healey Figured it out. Permission denied on Projucer.app (the one in you source code). Will try to replace it
/HISE-develop-davo/tools/Projucer/Projucer.app/Contents/MacOS/Projucer: Permission denied
-
@hisefilo Compiling :) on MacOS, no app will be executed unless it's signed/notarised or compiled locally
That gives the permission rejection -
@hisefilo That makes sense, you can swap out the Projucer app for the one that works on your system then :)
-
@d-healey yes, already compiling that way.