Error when build app using CoronaEnterprise 2016.2860 on XCODE 7.1

When i build app to support iOS 9 by using  CoronaEnterprise 2016.2860 on XCODE 7.1, error is

occurred below.

Undefined symbols for architecture armv7:

  “_CTFontManagerRegisterFontsForURL”, referenced from:

      Rtt::AppleFontHelper::AllocNativeFont(char const*, float, NSString*) in libplayer.a(Rtt_AppleFont.o)

  “_CTFontManagerUnregisterFontsForURL”, referenced from:

      Rtt::AppleFontHelper::ClearCacheAndLoadedFonts() in libplayer.a(Rtt_AppleFont.o)

  “_OBJC_CLASS_$_ALAssetsLibrary”, referenced from:

      objc-class-ref in libplayer.a(Rtt_IPhoneImageProvider.o)

  “_OBJC_CLASS_$_PHPhotoLibrary”, referenced from:

      objc-class-ref in libplayer.a(Rtt_IPhoneImageProvider.o)

ld: symbol(s) not found for architecture armv7

clang: error: linker command failed with exit code 1 (use -v to see invocation)

 

How to pass this error? Help me some guides.

Thanks

Add CoreText.framework

AssetLibrary.framework

Photo.framework

will solve this problem!

Add CoreText.framework

AssetLibrary.framework

Photo.framework

will solve this problem!