3.6.1 IOS 开启纹理压缩 真机调试 报错 纹理资源找不到

  • Creator 版本:3.6.1

  • 目标平台: IOS

  • 重现方式:开启纹理压缩 真机或者xcode模拟器运行

  • 首个报错:
    Main Thread Checker: UI API called on a background thread: -[UIView layer]
    PID: 32233, TID: 1921536, Thread name: (none), Queue name: com.apple.root.default-qos.overcommit, QoS: 0
    Backtrace:
    4 test-mobile 0x0000000102dab6a4 _ZN2cc3gfx14CCMTLSwapchain6doInitERKNS0_13SwapchainInfoE + 72
    5 test-mobile 0x000000010295a604 _ZN2cc12MessageQueue13flushMessagesEv + 172
    6 test-mobile 0x000000010295a09c _ZN2cc12MessageQueue18consumerThreadLoopEv + 44
    7 test-mobile 0x000000010295b794 ZNSt3__1L14__thread_proxyINS_5tupleIJNS_10unique_ptrINS_15__thread_structENS_14default_deleteIS3_EEEEMN2cc12MessageQueueEDoFvvEPS8_EEEEEPvSD + 64
    8 libsystem_pthread.dylib 0x000000021ebd59ac _pthread_start + 148
    9 libsystem_pthread.dylib 0x000000021ebd4e68 thread_start + 8
    2022-10-20 16:13:06.344742+0800 test-mobile[32233:1921536] [reports] Main Thread Checker: UI API called on a background thread: -[UIView layer]
    PID: 32233, TID: 1921536, Thread name: (none), Queue name: com.apple.root.default-qos.overcommit, QoS: 0
    Backtrace:
    4 test-mobile 0x0000000102dab6a4 _ZN2cc3gfx14CCMTLSwapchain6doInitERKNS0_13SwapchainInfoE + 72
    5 test-mobile 0x000000010295a604 _ZN2cc12MessageQueue13flushMessagesEv + 172
    6 test-mobile 0x000000010295a09c _ZN2cc12MessageQueue18consumerThreadLoopEv + 44
    7 test-mobile 0x000000010295b794 ZNSt3__1L14__thread_proxyINS_5tupleIJNS_10unique_ptrINS_15__thread_structENS_14default_deleteIS3_EEEEMN2cc12MessageQueueEDoFvvEPS8_EEEEEPvSD + 64
    8 libsystem_pthread.dylib 0x000000021ebd59ac _pthread_start + 148
    9 libsystem_pthread.dylib 0x000000021ebd4e68 thread_start + 8
    2022-10-20 16:13:06.918676+0800 test-mobile[32233:1921509] [Client] Updating selectors after delegate addition failed with: Error Domain=NSCocoaErrorDomain Code=4099 “The connection to service with pid 92 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.” UserInfo={NSDebugDescription=The connection to service with pid 92 named com.apple.commcenter.coretelephony.xpc was invalidated from this process.}
    2022-10-20 16:13:06.922982+0800 test-mobile[32233:1921360] sdk init 2.0.1_umeng
    2022-10-20 16:13:06.930975+0800 test-mobile[32233:1921360] [unspecified] An empty string is not a valid group container identifier.
    2022-10-20 16:13:06.931013+0800 test-mobile[32233:1921360] [unspecified] container_create_or_lookup_app_group_path_by_app_group_identifier: client sent invalid parameters
    2022-10-20 16:13:06.932689+0800 test-mobile[32233:1921360] Success
    2022-10-20 16:13:06.943008+0800 test-mobile[32233:1921508] 5.1.2R01B0110
    2022-10-20 16:13:07.009000+0800 :hammer_and_wrench: Debug SensorsAnalyticsSDK.m -[SensorsAnalyticsSDK startFlushTimer] line:844 starting flush timer.
    2022-10-20 16:13:07.019000+0800 :hammer_and_wrench: Debug SAAppLifecycle.m -[SAAppLifecycle applicationDidBecomeActive:] line:169 application did become active
    16:13:07 [DEBUG]: D/ JS: Polyfilled Array.prototype.remove
    16:13:07 [DEBUG]: D/ JS: engine_inited
    16:13:07 [ERROR]: [SE_ERROR] (/Applications/CocosCreator/Creator/3.6.1/CocosCreator.app/Contents/Resources/resources/3d/engine/native/cocos/bindings/manual/jsb_global.cpp, 636): File (assets/resources/native/84/84504c1c-a5ef-4771-88a3-fb9990282c67.astc) doesn’t exist!
    16:13:07 [ERROR]: E/ [ERROR] Failed to invoke js_loadImage, location: /Applications/CocosCreator/Creator/3.6.1/CocosCreator.app/Contents/Resources/resources/3d/engine/native/cocos/bindings/manual/jsb_global.cpp:662

  • 重现概率: 必现