Jianrong
Jianrong
崩掉了!
> Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 CoreFoundation 0x0000000183d30bc8 -[__NSCFString getCString:maxLength:encoding:] + 4 1 Foundation 0x00000001847c1584 NSSelectorFromString + 96 2 xxxx 0x0000000102fe1c04 mt_forwardInvocation + 252932 (MessageThrottle.m:823)...
### What happened? ``` let httpProvider = try await Web3HttpProvider(url: URL(string: url)!, network: nil, keystoreManager: keystoreManager) self.web3 = Web3(provider: httpProvider) ``` When I created WEB3, the network field was empty...
### What happened? ``` swift let abi = """ { "inputs": [{ "internalType": "uint256", "name": "id", "type": "uint256" }], "name": "getGISTProof", "outputs": [ { "components": [ { "internalType": "uint256", "name":...
### Cocos Creator version 3.8.2 ### System information MacOS ### Issue description 空工程打包小米快游戏报错,应该是怎样的一个打包流程呢? 我按照官方的文档:https://docs.cocos.com/creator/3.8/manual/zh/editor/publish/publish-xiaomi-quick-game.html 打包一直失败,尝试用空工程也是。   默认构建设置, 点击"构建->生成"报错了 9-8-2024 21:42:22 build -> make task failed! Child process exit width...