cocos2d-x 3.15正式版编译tvOS报错

cocos2d-x 3.15正式版编译tvOS报错

“_CTFramesetterCreateWithAttributedString”, referenced from:
_calculateShrinkedSizeForString(NSAttributedString**, objc_object*, CGSize, bool, int&) in libcocos2d tvOS.a(CCDevice-ios.o)
“_CTFramesetterSuggestFrameSizeWithConstraints”, referenced from:
_calculateShrinkedSizeForString(NSAttributedString**, objc_object*, CGSize, bool, int&) in libcocos2d tvOS.a(CCDevice-ios.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

这个在v3分支解决了:https://github.com/cocos2d/cocos2d-x/pull/17547。
@yangshuhong 你的游戏发布再tvos上?

第三方tvos加上了,也没解决这个问题,应该本身就是两个问题

已经找到问题了,是tvos的库中没有CoreText.framework