gpt4 book ai didi

windows - React native Windows - 应用程序认证工具包失败

转载 作者:可可西里 更新时间:2023-11-01 10:42:16 26 4
gpt4 key购买 nike

我正在制作简单的 react-native 应用程序。 Android 版本运行良好(已在 Google Play 上)。Windows 版本也可以工作,但它无法通过认证套件应用程序。我已经根据文档制作了发布包构建:

https://github.com/Microsoft/react-native-windows/blob/master/docs/RunningOnDeviceWindows.md

应用认证工具包返回错误:

Type ReactNativeWebViewBridge.MessagePostedEventArgs in file ReactNativeWebViewBridge.winmd is not sealed and does not have the ComposableAttribute. Unsealed types must have ComposableAttribute.

API getenv in api-ms-win-crt-environment-l1-1-0.dll is not supported for this application type. ImagePipelineNative.dll calls this API.

使用 Visual Studio 2017 构建。

我错过了什么吗?

感谢您的帮助!

最佳答案

Type ReactNativeWebViewBridge.MessagePostedEventArgs in file ReactNativeWebViewBridge.winmd is not sealed and does not have the ComposableAttribute. Unsealed types must have ComposableAttribute.

错误信息已经解释清楚了。您需要对 ReactNativeWebViewBridge 中的 MessagePostedEventArgs 类使用 sealed 修饰符。如果您没有使用 sealed,则需要使用 ComposableAttribute。关于ComposableAttribute的更多信息,您可以引用James McNellis在这个帖子中的回答:What is the ComposableAttribute in WinRT?

API getenv in api-ms-win-crt-environment-l1-1-0.dll is not supported for this application type. ImagePipelineNative.dll calls this API.

此错误意味着 ImagePipelineNative.dll 在 UWP 中调用了一些不受支持的 API。您需要创建一个 issue在 react-native 的存储库中。

关于windows - React native Windows - 应用程序认证工具包失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46502400/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com