首先看看你的问题跟我的是不是一样
Undefined symbols for architecture i386:
"CreateRSADataVerifier(NSString*)", referenced from:
-[AppDelegate parseURL:application:] in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
如果问题一样,那么你幸运了
首先阐述下我的问题, 我使用了百度地图,百度地图的开发里边说必须有一个.m文件是.mm的 我使用的是这样
这个就是问题的根源,首先如果你使用了地图和支付宝
那么AppDelegate.mm改成原来的AppDelegate.m把你别的.m文件改成.mm试试, 如果不行,可能缺少类库
后缀名.mm 可以使用 c.c++ .oc 编码
PS: cocoachina里边只有问题没有解决方案,真实坑人