Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Sample project fails on Xcode? Trying to build components for Mac (Read 109 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Sample project fails on Xcode? Trying to build components for Mac

I recently discovered foobar2k and i'm interested in porting over a component for mac. I have experience developing but not in cpp however I'm willing to learn and put some hours in as a hobby project. One problem I'm encountering is that I can't get the foo_sample component to build on Xcode.

I'm on Xcode 16.3 (latest) and I open the project sdk_download/foobar2000/foo_sample/foo_sample.xcodeproj in Xcode but builds fail every time.

I did some digging through the code and found that a LOT of the files use Win specific header files and those files are included in the compilation target for the Xcode project.

Is there a minimal Xcode component project out there without windows header files that won't compile on Mac anyway?

Any help or guidance is appreciated!