开发者

Core-plot Xcode 4 not work on Device

开发者 https://www.devze.com 2023-03-08 23:57 出处:网络
I developing my app with core-plot, and it worked fine before Xcode4. Now it only works on iPhone Simulator. And i get a BAD_ACCESS when I load m开发者_Python百科y viewController (wich load my plots)

I developing my app with core-plot, and it worked fine before Xcode4. Now it only works on iPhone Simulator. And i get a BAD_ACCESS when I load m开发者_Python百科y viewController (wich load my plots). The BAD_ACCESS is on the following line:

[self presentModalViewController:controller animated:YES];

I give you informations about my build settings:

Architecture: Standard(armv6 armv7)

Build active Architecture only:YES

C/C++ compiler version: LLVM GCC 4.2

other linker flags: -all_load -ObjC

My header search path is OK (I think, it works on Simulator)

Tell me if you need more informations, or my entire code ^^

thanks for help anyway


You should then retain your controller.

0

精彩评论

暂无评论...
验证码 换一张
取 消