views:

48

answers:

0

Hi!

I have an Xcode project for iPad which works (and compiles) flawlessly. I have been requested by my client to rename the project. Within Xcode, I selected Project > Rename and proceeded to recompile the project.

Compilation goes through without errors, but when I try to test it on devices, the application fails to launch and dies with a message:

gdb-arm-apple-darwin(1662) malloc: *** error for object 0x4558a0: incorrect checksum for freed object - object was probably modified after being freed.

If I revert to the previous project name, it compiles and runs fine.

Can anyone please help me on this?

S.