未知参数类型' _bool' eazureblobstoragefile和异常' *** - [__ nsarraym objectatexedSubscript:]
错误的错误参数类型“ _bool”中的错误
- [eazureblobStoragefile配置:键:容器:token:]。扩展RCTConvert以支持此类型。
Exception '*** -[__NSArrayM objectAtIndexedSubscript:]: index 3 beyond bounds [0 .. 2]' was thrown while invoking configure on target EAzureBlobStorageFile with params
and the fix of adding RCTReadString(input, "__attribute__((__unused__ ))” ||
不适用,因为它已经在版本上进行了纠正我正在使用的,即IM在iOS上工作,顺便说一句
“反应态”:“ 0.66.4”
“反应 - 启用启动式螺旋存储”:“^2.0.3”,
The errors
Unknown argument type '_Bool' in method -[EAzureBlobStorageFile configure:key:container:token:]. Extend RCTConvert to support this type.
Exception '*** -[__NSArrayM objectAtIndexedSubscript:]: index 3 beyond bounds [0 .. 2]' was thrown while invoking configure on target EAzureBlobStorageFile with params
and the fix of adding RCTReadString(input, "__attribute__((__unused__))") ||
does not apply as it was already corrected on the version im using, im working on iOS by the way
"react-native": "0.66.4"
"react-native-azure-blob-storage": "^2.0.3",
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以遵循解决上述问题的解决方案之一;
myproject /node_modules/reaeact-native/react/base/rctmodulemethod.mm
。React-Native
和react-native-azure-azure-blob-storage
。有关更多信息,请参阅以下链接: -
One of the workaround you can follow to resolve the above issue;
myproject /node_modules/react-native/React/Base/RCTModuleMethod.mm
. ) with the upgraded version ofreact-native
andreact-native-azure-blob-storage
.For more information please refer the below links:-