Re: Fix and continue problem (can't find Bundle)
Re: Fix and continue problem (can't find Bundle)
- Subject: Re: Fix and continue problem (can't find Bundle)
- From: Jim Ingham <email@hidden>
- Date: Wed, 13 Oct 2004 10:33:32 -0700
First off, check that the bundle with that name actually exists. If
not, then we have to figure out why it isn't getting made...
There is another bug we have seen occasionally where the build system
spasses out and builds the fix bundle with optimization. gdb can't
load in an optimized fixed bundle - it can't do the patching magic it
needs to do on that - so the fix is rejected. But the error message is
also wrong and comes out as "not found".
You can check this by looking at the detailed build log for the bundle
as it is getting built, and make sure the compiler is being invoked
with "-O0" and not "-O3" or "-Os" or some other higher optimization
level.
Jim
On Oct 13, 2004, at 7:10 AM, email@hidden wrote:
I've been trying to get Fix and Continue working for
one of my C++ projects, but everytime I click the Fix
button, I get error messages like:
Error fixing main.cpp: Bundle
'/private/tmp/001B08E206FC28AE0088C4CA' not found
I've verified that both Zerolink and Fix and Continue
are enabled in my project options, and that
optmizations are disabled.
Can anybody tell me how to fix this problem?
Thanks
Hi,
I have the same problem with my C++ project.
As suggested in a previous message I examined
the detailed build window but it doesn't contain any errors.
I just changed a loop to stop at 100 instead of 10,
so not much can go wrong with that.
Any other solutions/suggestions for this problem?
Thanks
Luc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden