Need help with Mac installation :) [Solved]
-
Mojave 10.14.4
-
@Natan-Rezaei I use XCode 10 - but this can't build 32bit plugins. Why can't you open Projucer? What error do you get? Could you post a screenshot?
-
Hello dear david and thanks for your first great news :) about xcode 10
i downloaded the zip file from github , extracted the files like what i did in windows , then
opened tools ,> Projucer
Clicking on projucer wont open the juce :(
Any idea?
Thanks in advance -
@Natan-Rezaei https://www.universalmediaserver.com/forum/viewtopic.php?t=12875
Maybe this helps
-
@hisefilo Thank you dear hisefile , But still can't open jProjucer , Same window pops up, Still No luck :(
Any idea?Note : I changed the permission to install from anywhere.
-
I double clicked on Projucer unix...
Here is what Terminal shows :Last login: Fri Jun 21 06:40:30 on ttys000 Natanrs-MacBook-Air:~ Natanr$ /Users/Natanr/Downloads/HISE-2.0.0/tools/projucer/Projucer ; exit; -bash: /Users/Natanr/Downloads/HISE-2.0.0/tools/projucer/Projucer: cannot execute binary file logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Process completed]
-
@Natan-Rezaei try getting Projucer from Juce webpage https://shop.juce.com/get-juce/download
-
try getting Projucer from Juce webpage https://shop.juce.com/get-juce/download
NOOOO! There's a custom build included in the HISE repository, use that one or prepare for apocalypse.
-
@Christoph-Hart Ooooops. Didn't know. Sorry
-
@Christoph-Hart I think that's the one he's not able to open
-
@Christoph-Hart Thank You dear Christoph , Can you point me Where I can find it?
thanks a ton
-
Good News :)
I Removed , and redownloaded the hise , and projucer now works just fine :)Just A quick Question?
am i need to change any setting , with Projucer/ or xcode?
Note: I demonstrate Hise , with installer And i think ipp is all set by default. -
@Natan-Rezaei If you're using XCode 10 you need to make sure the target platform is set to 64bit. If you're using IPP then I don't think you need to change anything, if you're not using IPP then follow the instructions on github about building without IPP.
-
@d-healey Thanks dear david
I did That , but have no idea how to get things done with xcode 10.
Changed the instruction to x64 intel for both release and debug...
But can't cant change it to release in Xcode , like one we do in windows!
Any recommendation?
Thanks You Sir -
@Natan-Rezaei Inside XCode select build for profiling - that will create the release buildl..
-
@d-healey I faced with this error , and build failed :(
Command Ld failed with a nonzero exit code
In build folder > release i can see hise app icon, but clicking on it tells that app is damaged becuase of the above error
-
Same Error :(
Still No Luck
Here is what xcdoe Shows beforeclang: error: no such file or directory: '/opt/intel/ipp/lib/libippi.a'
clang: error: no such file or directory: '/opt/intel/ipp/lib/libipps.a'
clang: error: no such file or directory: '/opt/intel/ipp/lib/libippvm.a'
clang: error: no such file or directory: '/opt/intel/ipp/lib/libippcore.a'Command Ld failed with a nonzero exit code
Ld /Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX/build/Debug/HISE\ Debug.app/Contents/MacOS/HISE\ Debug normal x86_64 (in target: HISE Standalone - App) cd /Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX export MACOSX_DEPLOYMENT_TARGET=10.7 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX/build/Debug -L/opt/intel/ipp/lib -F/Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX/build/Debug -filelist /Users/Natanr/Library/Developer/Xcode/DerivedData/HISE_Standalone-hlayextcjdqhsufhcbuhzhotbwjd/Build/Intermediates.noindex/HISE\ Standalone.build/Debug/HISE\ Standalone\ -\ App.build/Objects-normal/x86_64/HISE\ Debug.LinkFileList -mmacosx-version-min=10.7 -Xlinker -object_path_lto -Xlinker /Users/Natanr/Library/Developer/Xcode/DerivedData/HISE_Standalone-hlayextcjdqhsufhcbuhzhotbwjd/Build/Intermediates.noindex/HISE\ Standalone.build/Debug/HISE\ Standalone\ -\ App.build/Objects-normal/x86_64/HISE\ Debug_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -stdlib=libc++ /opt/intel/ipp/lib/libippi.a /opt/intel/ipp/lib/libipps.a /opt/intel/ipp/lib/libippvm.a /opt/intel/ipp/lib/libippcore.a -framework Accelerate -framework AudioToolbox -framework AudioUnit -framework Carbon -framework Cocoa -framework CoreAudio -framework CoreAudioKit -framework CoreMIDI -framework DiscRecording -framework IOKit -framework OpenGL -framework QuartzCore -framework WebKit -Xlinker -dependency_info -Xlinker /Users/Natanr/Library/Developer/Xcode/DerivedData/HISE_Standalone-hlayextcjdqhsufhcbuhzhotbwjd/Build/Intermediates.noindex/HISE\ Standalone.build/Debug/HISE\ Standalone\ -\ App.build/Objects-normal/x86_64/HISE\ Debug_dependency_info.dat -o /Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX/build/Debug/HISE\ Debug.app/Contents/MacOS/HISE\ Debug
-
Have you installed xcpretty? https://forum.hise.audio/topic/211/urgent-building-is-failed-with-xcpretty.
Also are you building the debug or release version, those message mention debug.
Have you installed IPP?
-
@d-healey Thanks Dear David
For both debug and release , i end up with same error.
And also i desabled ipp due an error , so iskipped ipp for now.
I'll Take a look at xcpretty now -
@Natan-Rezaei If you disable IPP you need to edit the .jucer file. The instructions are on github.