You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR Error: Exception in HostFunction: Couldn't find Turbo Module 'JPushTurboModule' on the ArkTS side.
Suggestions:
Have you linked a package that provides this turbo module on the ArkTS side?
Is this a WorkerTurboModule? If so, it requires the Worker thread to be enabled. Check RNAbility::getRNOHWorkerScriptUrl.
ERROR Error: Exception in HostFunction: Couldn't find Turbo Module 'JPushTurboModule' on the ArkTS side.
Suggestions:
Have you linked a package that provides this turbo module on the ArkTS side?
Is this a WorkerTurboModule? If so, it requires the Worker thread to be enabled. Check RNAbility::getRNOHWorkerScriptUrl.
RNOHGeneratedPackage.h这里面是通过codegen有引用#include "generated/JPushTurboModule.h"的
The text was updated successfully, but these errors were encountered: