Git Product home page Git Product logo

Comments (4)

kyleneideck avatar kyleneideck commented on May 17, 2024 2

I'm still looking into this, but can you let me know if you're able to build/install the part that's failing (Background Music.app) with

sudo xcodebuild -project BGMApp/BGMApp.xcodeproj -target "Background Music" -configuration Release RUN_CLANG_STATIC_ANALYZER=0 DSTROOT="/" CLANG_USE_OPTIMIZATION_PROFILE=0 install

Then before you run /Applications/Background Music.app, restart coreaudiod with

sudo launchctl kill SIGTERM system/com.apple.audio.coreaudiod

It's the same as the xcodebuild command the build script uses, but with CLANG_USE_OPTIMIZATION_PROFILE=0 added. I'm not sure why Clang doesn't like BGMApp's optimization profile, but I just rebuilt it a few hours ago so I might have messed it up somehow. Would it make a difference if I accidentally built the optimization profile with the project's config set to Debug? Also, this LLVM commit shows the error message you're getting is from LLVM's profile data code.

It could be that you're using Xcode 7.2, since I'm on 7.3.

If this does solve the problem for you, I think I should probably just disable the optimization profile. At least for now. I can't remember if I ever actually tested to see if it helps at all.

from backgroundmusic.

meeloo avatar meeloo commented on May 17, 2024

I have the same problem on my iMac

from backgroundmusic.

OkanEsen avatar OkanEsen commented on May 17, 2024

Thanks, works fine now!

from backgroundmusic.

meeloo avatar meeloo commented on May 17, 2024

works too! but I also use Xcode 7.3 on that machine (Version 7.3 (7D175))

from backgroundmusic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.