Re: problem with sqlite in my final application
Re: problem with sqlite in my final application
- Subject: Re: problem with sqlite in my final application
- From: Pierre DOUCY <email@hidden>
- Date: Mon, 26 Jan 2004 01:06:14 +0100
On XCode : click your project's icon, then :
Infos > Styles
then choose "deployment" as the active build style.
In development mode, you cannot move the executable files from your
computer because of that ZeroLink thing.
Hope that helps.
Le 26 janv. 04, ` 00:06, Reimar Metzen a icrit :
Hi,
some days ago i asked for a small db for my application - i tried
sqlite and it works great. But i dont know how to get i work on a
other computer without installing the framework - i tried to start the
application with some other user on my machine and got this error
message (in terminal).
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/main.ob
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/
SQLResult.ob
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/SQLRow.ob
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/
SQLDatabase.ob
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/
DDCDaten.ob
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/
DDCViewMesswertTabelle.ob
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/
DDCAppController.ob
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/
DDCDatenbank.ob
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/
DDCViewMesswertStatistik.ob
ZeroLink: could not load .o file:
/Users/metzenr/Documents/Entwicklung/Obj-C/GlucoDiary/Version
2/build/GlucoDiary.build/GlucoDiary.build/Objects-normal/ppc/
DDCViewMesswertGraph.ob
ZeroLink: unknown symbol '_main'
I tried many things, i put the SQLDatabaseKit.framework under Linked
Frameworks and under Other Frameworks, i put the libsqlite.a under
Linked and Other Frameworks and i copied the Framework to my
application folder - but every time i get the same message.
I searched cocoa.mamasam.com but found no solution
thx
Reimar
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.