When I build a universal app, build it on an intel mac then transfer it to a ppc mac, I get this message:
EXC_BAD_ACCESS (0x0001)
KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
0 0 + 0
1 start + 48
When I build the same universal app on the ppc mac, then transfer it to intel, I get the same message.
Thanks in advance.
EDIT: hmm, when I take the built app out of the Debug folder, drag it to the desktop and open it, and move the project folder to the trash, the same crash message appears.
for some reason the app needs the project folder to be present to open.. any ideas?
EDIT2: ok, I just realized I have to set active build configuration to Release lol.. this should solve my problem once I fix the errors.. I hope
EXC_BAD_ACCESS (0x0001)
KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
0 0 + 0
1 start + 48
When I build the same universal app on the ppc mac, then transfer it to intel, I get the same message.
Thanks in advance.
EDIT: hmm, when I take the built app out of the Debug folder, drag it to the desktop and open it, and move the project folder to the trash, the same crash message appears.
for some reason the app needs the project folder to be present to open.. any ideas?
EDIT2: ok, I just realized I have to set active build configuration to Release lol.. this should solve my problem once I fix the errors.. I hope