steveschow / gfxCardStatus

This is a fork of gfxCardStatus, this fork will handle integrated-only mode a little better
Other
564 stars 42 forks source link

build is broken #1

Open steveschow opened 8 years ago

steveschow commented 8 years ago

the build is broken, on Cody's main repo as well as this fork. Try to fix this problem and do a pull request for it, so do it on a branch.

The problem is that the main Xcode project is not configured to build the Pods first automatically. Additionally if you try to open the Pods subproject and build it, it will build, but the resulting libraries are not in the LIB path for the main gfxCardStatus project, so the main project still can't build.

The workaround is to copy the libs into the same folder where the gfxCardStatus exe will end up, then the main project will find the libs and build.

Also, as of now, I'm getting errors when trying to build the RELEASE version, can only build the DEBUG version for now until that is resolved.