mi_cmd_stack_list_frames: Not enough frames in stack.
I was getting this error in the console when trying to run an iOS app on a 3.x device. Turns out 4.1 frameworks were causing the problem. By weak linking some of the frameworks (targets - get info - linked libraries) I could get the app to run fine on 3.x
I needed to weak link UIKit.framework and AVFoundation.framework
I needed to weak link UIKit.framework and AVFoundation.framework
Labels: 3, 4.1, AVFoundation, frames, iphone, mi_cmd_stack_list_frames, stack, UIKit, xcode

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home