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
Build and install host app contributed/ble/hid-peripheral/host using this build command: mcconfig -d -m -p mac
Build and install mod app contributed/ble/hid-peripheral/mod-media using this build command: mcrun -d -m -p mac
I got below error in xsbug
/Users/satoshi/Projects/moddable/contributed/ble/hid-peripheral/host/main.js (29) # Break: importNow: import VolumeDownSkin not found!
I got similar errors in other mods mod-keyboard and mod-combo /Users/satoshi/Projects/moddable/contributed/ble/hid-peripheral/host/main.js (29) # Break: importNow: import BottomRowTexture not found!
The text was updated successfully, but these errors were encountered:
We tracked down the problem to a long-standing bug in the linker that only triggers when building mods. It was difficult to trigger, however. This particular issue likely only appeared because of another recent fix (#1209) to the linker. The fix will be included in Moddable SDK 4.2.1. It will be necessary to do a clean rebuild of the mod.
Build environment: macOS
Moddable SDK version: d0a90fa
Target device: M5stack
Steps to Reproduce
contributed/ble/hid-peripheral/host
using this build command:mcconfig -d -m -p mac
contributed/ble/hid-peripheral/mod-media
using this build command:mcrun -d -m -p mac
I got similar errors in other mods
mod-keyboard
andmod-combo
/Users/satoshi/Projects/moddable/contributed/ble/hid-peripheral/host/main.js (29) # Break: importNow: import BottomRowTexture not found!
The text was updated successfully, but these errors were encountered: