UE4Protobuf
UE4Protobuf copied to clipboard
打包android报错,error: exception handling was disabled in PCH file but is currently enabled
已经在.build.cs.设置了 bEnableExceptions = true; 但是在打包Android的时候一直报这个错误,UATHelper: 打包 (Android (ETC2)): error: exception handling was disabled in PCH file but is currently enabled, 这是为什么?
你是什么版本的引擎,打win包有问题吗,或者看看源码android平台下怎么处理bEnableExceptions这个flag的