First, bare-make should be installed globally:
npm i -g bare-makeThen, install the dependencies:
npm iGenerate the project:
bare-make generate --platform ios --arch arm64 --simulatorBuild the project:
bare-make buildStart the simulator and run:
xcrun simctl spawn "<simulator_name>" ./build/test/apple/worklet.app/workletFor instance for the iPhone 15:
xcrun simctl spawn "iPhone 15" ./build/test/apple/worklet.app/worklet