greenius / impdclient

Automatically exported from code.google.com/p/impdclient
0 stars 1 forks source link

Source is not able to be compiled for iOS #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the source code
2. Open the source code in Xcode 4.5
3. Try to select or look for iPhone simulator as target

What is the expected output? What do you see instead?
Project should be built on iPhone simulator

What version of the product are you using? On what operating system?
Mac oSX 107.5

Please provide any additional information below.

Is this source made for iOS app Or for Mac OSX app ? When i open the project in 
Xcode, i can see only one target and that is My-Mac 64 bit.

Original issue reported on code.google.com by itistes...@gmail.com on 6 Jun 2013 at 3:31

greenius commented 8 years ago

I thought this might be a simple task... but it is using undocumented private iOS functions that do not exist any more. It is also using an ancient version of libmpd, which bares little resemblance to latest version. The version inside this repository does not compile.
It is probably wasted effort to try and port this to work with modern versions of Xcode/iOS, and easier to start from scratch.