ios打包报错

ld: warning: ignoring file /Users/apple/Desktop/ttm/build/jsb-link/frameworks/runtime-src/proj.ios_mac/AnySDK/111267/sdk/iOS_umengGame/Frameworks/UmengGame.framework/UmengGame, missing required architecture armv7 in file /Users/apple/Desktop/ttm/build/jsb-link/frameworks/runtime-src/proj.ios_mac/AnySDK/111267/sdk/iOS_umengGame/Frameworks/UmengGame.framework/UmengGame (2 slices)
Undefined symbols for architecture armv7:
OBJC_CLASS$_ASIdentifierManager”, referenced from:
objc-class-ref in libPluginProtocol.a(CADeviceInfo.o)
“SDKManager::getInstance()”, referenced from:
AppDelegate::applicationDidFinishLaunching() in AppDelegate.o
“SDKManager::registerJSBCallback()”, referenced from:
AppDelegate::applicationDidFinishLaunching() in AppDelegate.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

ASIdentifierManager是AdSupport系统库里的方法

添加下AdSupport.framework试试