Program worked under Xcode 1.0.1, crashes under Xcode 1.1
Program worked under Xcode 1.0.1, crashes under Xcode 1.1
- Subject: Program worked under Xcode 1.0.1, crashes under Xcode 1.1
- From: Philip Riggs <email@hidden>
- Date: Mon, 29 Dec 2003 09:46:53 -0700
I am working on a program using SQLite source. It worked under Xcode
1.0.1, but after updating to Xcode 1.1 it gives two warnings that I
never got before when building and I don't understand what is causing
these warnings:
ZeroLink: warning duplicate symbol: _main
will use: **project path**/Objects-normal/ppc/main.ob
also in: **project path**/Objects-normal/ppc/shell.ob
After I run an SQL select statement it crashes with the following error:
ZeroLink: unknown symbol '_sqliteBtreeOpen'
** has exited due to signal 6 (SIGABRT).
Because nothing else has changed other than updating Xcode I am
assuming this is an Xcode thing. What has changed between the two
versions that is causing it to crash now? How can I fix this?
Thanks for any help!
Philip D Riggs
_______________________________________________
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.