Search results for

LLDB crash

29,558 results found

Post

Replies

Boosts

Views

Activity

Got expedite approval app "in Review" for long
Hi Got expeditie approval on a critical crash fix update 10 days ago but got a query on the promo video.I replied to Apple stating the material was all from the app nothing is external.Then app went back into review on day 9 and till no nothing current version is criashing cause of some 64bit flaw which has been fixed.Expedited review being in review for 10 days is really bad cause users are dropping and suffereing.Any suggestions sent umpteen mails to Apple.Thanks
0
0
243
Jun ’15
IOS app crashes
I've been trying to run this app on my iPhone but it keeps crashing this is still the problem on the simulator. I have absolutely no idea what the problem is but I would really appreciate if any body had any general ideas.Thanks,James
3
0
176
Jun ’15
Reply to IOS app crashes
Based on that, the only general idea anyone could suggest is that there's a bug in your code.Post the relevant portions of your symbolicated crash log, and the code where the crash occurred, and then maybe someone could help.
Jun ’15
Reply to IOS app crashes
There can be different possibilities to your issue. Is your debugger throwing any errors at you when you try to launch your app on the simulator? Do you have any caution or warning signs in your code? Is your app or the simulator crashing?
Jun ’15
OSX Captain crashed
Hello fellows,I am using a MacBook Pro, Core2Duo, 4 Gb. I had Maverick installed (I guess) and I've decided to try the new OSX Captain.My main goal right now was to get everything new right away and starting building Apps for iPhone and iPads.Now I am in a big trouble, and I am not sure, but I think I've created a big mess.So I've subscribed to the developer program and got the new OSX Captain installed. Lots of programas stopped working and Finder is crashed. Without finder I've decided to go backwards and install Yosemite. The system didn't let me do it and it crashed the system. Now nothing works!! I know now that I should have installed all the OSXs in between my old OSX and the OSX Captain, still in beta. But it is too late.The option left was to get connected to my external driver where I have a few TimeMachine snapshots of my old system. I've installed this 3Tb external driver back in 2011. At that time I've chosen a password to encrypt the external driver, but now I can't remember th
14
0
1.8k
Jun ’15
Multiple MetalKit View crashes
I am trying to use multiple metalkit views, but they crash at this point in the rendering.MTLRenderPassDescriptor* renderPassDescriptor = view.currentRenderPassDescriptor;id <MTLRenderCommandEncoder> renderEncoder = [commandBuffer renderCommandEncoderWithDescriptor:renderPassDescriptor];I have verified that the view and commandBuffer are created. I am using the prebuilt code from Xcode using the game application with Metal. I have not modified the code. I simply created a second view and second view controller and linked the two.Any ideas of why this is happening?
5
0
2.4k
Jun ’15