
February 2nd, 2011, 07:47 AM
|
|
Registered User
|
|
Join Date: Jan 2011
Posts: 5
Time spent in forums: 44 m 59 sec
Reputation Power: 0
|
|
|
well, there is no way that we can tell you exactly whats causing it if you fixed those warnings already. Read up on multiple debugging techniques (just google debug xcode), including the simple things like using NSLog-s to track variables and how far its getting initialization wise before crashing. (I have found multitudes of little things using just nslog before)
Jason
|