Hey guys,
i just got an ID3 Framework to read out MP3 tags. The problem i have is, when i add the framework in xcode it wouldn't compile anymore.
Is there anything spezial i have to do? I downloaded the framework from here:
http://drewfamily.homemail.com.au/Cocoa_-_ID3Tag_framework.html
I unzipped it and put the ID3.framework folder to System->Library->Frameworks
In Xcode i added it by clicking the Frameworksfolder and choose "Add-> Existing Frameworks..." I chose the ID3.framework folder and it was there (And seemed to be ok)
As soon as it's there i get a compiler error:
But the ID3.framework folder is there for sure... Do i need to register this framework somehow somewhere?
I tried to contact the author of the framework but his email is not working any more.
Would be great if somebody could help me (i'm new to mac and xcode
)
Greetings, BliBlaBlo
i just got an ID3 Framework to read out MP3 tags. The problem i have is, when i add the framework in xcode it wouldn't compile anymore.
Is there anything spezial i have to do? I downloaded the framework from here:
http://drewfamily.homemail.com.au/Cocoa_-_ID3Tag_framework.html
I unzipped it and put the ID3.framework folder to System->Library->Frameworks
In Xcode i added it by clicking the Frameworksfolder and choose "Add-> Existing Frameworks..." I chose the ID3.framework folder and it was there (And seemed to be ok)
As soon as it's there i get a compiler error:
Code:
Building target AufgabenListe of project AufgabenListe with configuration Debug (1 error)
cd /Users/ - myname - /Documents/Xcode/AufgabenListe
/Developer/usr/bin/gcc-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/ - myname - /Documents/Xcode/AufgabenListe/build/Debug -F/Users/ - myname - /Documents/Xcode/AufgabenListe/build/Debug -filelist /Users/ - myname - /Documents/Xcode/AufgabenListe/build/AufgabenListe.build/Debug/AufgabenListe.build/Objects-normal/i386/AufgabenListe.LinkFileList -mmacosx-version-min=10.5 -framework Cocoa -framework ID3 -o /Users/ - myname - /Documents/Xcode/AufgabenListe/build/Debug/AufgabenListe.app/Contents/MacOS/AufgabenListe
ld: framework not found ID3
collect2: ld returned 1 exit status
But the ID3.framework folder is there for sure... Do i need to register this framework somehow somewhere?
I tried to contact the author of the framework but his email is not working any more.
Would be great if somebody could help me (i'm new to mac and xcode
Greetings, BliBlaBlo