Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failing on Xcode 14 #220

Closed
firthm01 opened this issue Oct 31, 2022 · 0 comments
Closed

Build failing on Xcode 14 #220

firthm01 opened this issue Oct 31, 2022 · 0 comments

Comments

@firthm01
Copy link
Contributor

The build fails on Xcode 14 with the following error:

note: Building targets in dependency order
error: Multiple commands produce '/Users/mattf-local/Desktop/ADM/ear-production-suite/build/macos-default/ear-production-suite-plugins/VST3/RelWithDebInfo/EAR Scene.vst3/Contents/PkgInfo'
    note: Target 'scene_VST3' (project 'ear-production-suite') has copy command from '/Users/mattf-local/Desktop/ADM/ear-production-suite/build/macos-default/ear-production-suite-plugins/plugins/scene/scene_resources/PkgInfo' to '/Users/mattf-local/Desktop/ADM/ear-production-suite/build/macos-default/ear-production-suite-plugins/VST3/RelWithDebInfo/EAR Scene.vst3/Contents/PkgInfo'
    note: Target 'scene_VST3' (project 'ear-production-suite') has process command with output '/Users/mattf-local/Desktop/ADM/ear-production-suite/build/macos-default/ear-production-suite-plugins/VST3/RelWithDebInfo/EAR Scene.vst3/Contents/Info.plist'

This is repeated for all VST plugins

@firthm01 firthm01 mentioned this issue Dec 29, 2022
17 tasks
firthm01 added a commit that referenced this issue Jan 24, 2023
Omitting PkgInfo from add_library fixes the following error. I also omitted Info.plist as that is added in set_target_properties.

Multiple commands produce 'build/macos-default/ear-production-suite-plugins/VST3/Debug/EAR Scene.vst3/Contents/PkgInfo'
Target 'scene_VST3' (project 'ear-production-suite') has copy command from 'build/macos-default/ear-production-suite-plugins/plugins/scene/scene_resources/PkgInfo' to 'build/macos-default/ear-production-suite-plugins/VST3/Debug/EAR Scene.vst3/Contents/PkgInfo'
Target 'scene_VST3' (project 'ear-production-suite') has process command with output '/build/macos-default/ear-production-suite-plugins/VST3/Debug/EAR Scene.vst3/Contents/Info.plist'

Closes #220
firthm01 added a commit that referenced this issue Mar 23, 2023
Build and test cross-platform Installer
Support for ADM "Importance" parameter
Fix bug in render dialog when using language packs (Closes #215)
Include Experimental Linux build (Closes  #222)
Silence unused monitoring output channels (prevents pass-through of object audio) (Closes #224)
Fix alignment of monitoring meters (Closes #206)
Fix blank audioProgrammeLanguage on export (Closes #213)
Export uses 2076-2 structures (omitting AudioTrackFormat and AudioStreamFormat)
Build fixes; Build failing on Xcode 14 (Closes #220), Build fails on MacOS 12 due to vcpkg unable to find python (Closes #221)
Include additional project templates
Fix unintended downmix issue (Closes #228)
Fix plugin crash on other DAWs (Closes #232)
Support plugin renaming (Closes #240)
Fix parameters not updating in response to other parameter changes after JUCE upgrade
Fix blank Scene when importing ADM with no high-level metadata (Closes #242)
Various optimisations (reducing lock lengths, only running metering calcs when needed)
Bus-width compatibility fixes.
Fix for some render dialog controls re-enabling.
Fix for updated text in render dialog in recent versions of REAPER.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant