Ld build MacOs - Build failed
-
Can anyone give me a clue why my builds are failing? MacOs 10.11.6, No IPP
Fails on EVERY instrument, and both versions 1.5.0 and 1.5.1
Also made a very simple instrument for checking errors, failed to!The error:
The following build commands failed:
Ld build/testttt.build/Release/testttt\ -\ VST.build/Objects-normal/x86_64/testttt normal x86_64
Ld build/testttt.build/Release/testttt\ -\ VST.build/Objects-normal/i386/testttt normal i386
(2 failures)
Filos-MacBook-Pro:~ filo$ /Users/filo/Desktop/testttt/Binaries/batchCompileOSX ; exit;
Re-saving file: /Users/filo/Desktop/testttt/Binaries/AutogeneratedProject.jucer
Finished saving: Visual Studio 2015
Finished saving: Xcode (MacOSX)
Finished saving: Xcode (iOS)
Compiling Instrument plugin testttt ...
/Users/filo/Desktop/testttt/Binaries/batchCompileOSX: line 5: xcpretty: command not found
** BUILD FAILED **The following build commands failed:
Ld build/testttt.build/Release/testttt\ -\ VST.build/Objects-normal/x86_64/testttt normal x86_64
Ld build/testttt.build/Release/testttt\ -\ VST.build/Objects-normal/i386/testttt normal i386
(2 failures)
Compiling finished. Cleaning up...
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.[Process completed]
-
You need to install xcpretty:
URGENT:: Building is failed with xcpretty.
Thanks. And now I am getting following error messages. /Volumes/Work/HISE/HISE/hi_frontend/frontend/FrontendProcessorEditor.cpp:403:37: no member named 'unlo...
Forum (forum.hise.audio)
-
@christoph-hart Installed! still not working, take a look to the output
Filos-MacBook-Pro:~ filo$ /Users/filo/Desktop/testttt/Binaries/batchCompileOSX ; exit;
Re-saving file: /Users/filo/Desktop/testttt/Binaries/AutogeneratedProject.jucer
Finished saving: Visual Studio 2015
Finished saving: Xcode (MacOSX)
Finished saving: Xcode (iOS)
Compiling Instrument plugin testttt ...
▸ Building testttt/testttt - Shared Code [Release]
▸ Check Dependencies
▸ Compiling Plugin.cpp️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ^~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling CopyProtection.cpp
▸ Compiling PresetData.cpp
▸ Compiling BinaryData.cpp
▸ Compiling include_hi_components.cpp️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_core.mm
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_core/additional_libraries/icst/BlkDsp.cpp:7218:10: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
count = ftell(file); ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_core/hi_core/DebugLogger.cpp:129:40: base class 'hise::DebugLogger::Message' is uninitialized when used here to access 'hise::DebugLogger::Message::timestamp' [-Wuninitialized]
Message(messageIndex, callbackIndex, timestamp, Location::MainRenderCallback, nullptr, Identifier()), ~ ^~~~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_dsp.cpp
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_dsp_library.mm
▸ Compiling include_hi_frontend.mm️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_lac.mm
▸ Compiling include_hi_modules.mm️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_sampler.cpp
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_sampler/sampler/ModulatorSampler.cpp:564:12: unused variable 'v' [-Wunused-variable]
if (auto v = getVoice(i)) ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_scripting.mm
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_streaming.cpp
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
▸ Compiling include_juce_audio_basics.mm
▸ Compiling include_juce_audio_devices.mm
▸ Compiling include_juce_audio_formats.mm
▸ Compiling include_juce_audio_plugin_client_utils.cpp
▸ Compiling include_juce_audio_plugin_client_VST_utils.mm
▸ Compiling include_juce_audio_processors.mm
▸ Compiling include_juce_audio_utils.mm
▸ Compiling include_juce_core.mm
▸ Compiling include_juce_cryptography.mm
▸ Compiling include_juce_data_structures.mm
▸ Compiling include_juce_events.mm
▸ Compiling include_juce_graphics.mm
▸ Compiling include_juce_gui_basics.mm
▸ Compiling include_juce_gui_extra.mm
▸ Compiling include_juce_opengl.mm
▸ Compiling include_juce_product_unlocking.mm
▸ Compiling CopyProtection.cpp
▸ Compiling Plugin.cpp️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling PresetData.cpp
▸ Compiling BinaryData.cpp
▸ Compiling include_hi_components.cpp️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_core.mm
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_core/hi_core/DebugLogger.cpp:129:40: base class 'hise::DebugLogger::Message' is uninitialized when used here to access 'hise::DebugLogger::Message::timestamp' [-Wuninitialized]
Message(messageIndex, callbackIndex, timestamp, Location::MainRenderCallback, nullptr, Identifier()), ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_dsp.cpp
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_dsp_library.mm
▸ Compiling include_hi_frontend.mm️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_lac.mm
▸ Compiling include_hi_modules.mm️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_sampler.cpp
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_sampler/sampler/ModulatorSampler.cpp:564:12: unused variable 'v' [-Wunused-variable]
if (auto v = getVoice(i)) ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_scripting.mm
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/../hi_dsp/../hi_core/../hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_frontend/../hi_modules/effects/MdaEffectWrapper.h:98:32: variable 'name2' is uninitialized when used here [-Wuninitialized]
effect->getParameterName(i, name2); ~ ~~~~~~~~~~~~~~^~~~~~~~~
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_components/floating_layout/FloatingIcons.cpp:185:14: unused function 'getPath' [-Wunused-function]
static Path getPath(const void* data, size_t size) ^
▸ Compiling include_hi_streaming.cpp
️ /Users/filo/Desktop/VST Project/HISE Setup : installers/HISE-1.5.0/hi_streaming/hi_streaming/lockfree_fifo/atomicops.h:452:31: implicit conversion loses integer precision: 'long long' to 'unsigned int' [-Wshorten-64-to-32]
ts.tv_sec = timeout_usecs / 1000000; ^
▸ Compiling include_juce_audio_basics.mm
▸ Compiling include_juce_audio_devices.mm
▸ Compiling include_juce_audio_formats.mm
▸ Compiling include_juce_audio_plugin_client_utils.cpp
▸ Compiling include_juce_audio_plugin_client_VST_utils.mm
▸ Compiling include_juce_audio_processors.mm
▸ Compiling include_juce_audio_utils.mm
▸ Compiling include_juce_core.mm
▸ Compiling include_juce_cryptography.mm
▸ Compiling include_juce_data_structures.mm
▸ Compiling include_juce_events.mm
▸ Compiling include_juce_graphics.mm
▸ Compiling include_juce_gui_basics.mm
▸ Compiling include_juce_gui_extra.mm
▸ Compiling include_juce_opengl.mm
▸ Compiling include_juce_product_unlocking.mm
▸ Building library libtestttt.a
▸ Building library libtestttt.a
▸ Building testttt/testttt - VST [Release]
▸ Check Dependencies
▸ Compiling include_juce_audio_plugin_client_VST2.cpp
▸ Compiling include_juce_audio_plugin_client_VST2.cpp
▸ Linking testtttclang: 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'
▸ Linking testttt
clang: 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'
** BUILD FAILED **
The following build commands failed:
Ld build/testttt.build/Release/testttt\ -\ VST.build/Objects-normal/i386/testttt normal i386
Ld build/testttt.build/Release/testttt\ -\ VST.build/Objects-normal/x86_64/testttt normal x86_64
(2 failures)
Compiling finished. Cleaning up...
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...3 completed. -
@christoph-hart Oh the other hand, I've successfully compiled a VST and Standalone app last week. Something is broken now... can't figure it out
-
Yes something is definitely broken. I am currently rewriting the settings system and that unfortunately broke compilation. I‘ll fix that tomorrow.
-
@christoph-hart maybe this helps
Failure to build with Xcode 9 / macOS 10.13 · Issue #311 · ios-control/ios-deploy
ios-deploy 1.9.1 fails to build on macOS 10.13 (beta 7) with Xcode 9 (beta 6). It's trying to link the MobileDevice framework and fails. Full logs are available at https://gist.github.com/28d82c92726c12f3ea1e00a1272a3254 and you can see ...
GitHub (github.com)
-
Don‘t worry about it, the fix is beyond trivial, but I don‘t have time today.
-
@christoph-hart what Im saying on that thread from github that maybe is an xcode already reported bug. Not yours
-
@christoph-hart How do you install xcpretty?