用真机Reveal连接调试时断点调用动态库时出现的问题

真机 IOS 8.1.3 Xcode 6.2 Reveal 1.5.1

command alias reveal_load_dev expr (void*)dlopen([(NSString*)[(NSBundle*)[NSBundle mainBundle] pathForResource:@“libReveal” ofType:@“dylib”] cStringUsingEncoding:0x4],0x2);

编译时已经加入 libReveal.dylib 到 bundle resource

AppDelegate 中断点执行 reveal_load_dev

运行时 reveal 无法启动,输出报错:
error: no known method ‘-cStringUsingEncoding:’; cast the message send to the method’s return type
error: 1 errors parsing expression

如何解决呢,万望诸兄赐教!颂祺!

找到问题的一些解决方案了:http://support.revealapp.com/kb/getting-started/integrating-reveal-add-reveal-to-your-xcode-project