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
I checked for possible duplicate issues, with possible answers.
Bug summary
When using React Native Windows (new arch) v0.77. Using a completely fresh sample app. As soon as react-native-permissions gets installed the error thrown when building the windows application is:
Building Solution: LINK : fatal error LNK1181: cannot open input file 'C:\Users\JoshH2\.nuget\packages\microso...
× Build failed with message 5:5>LINK : fatal error LNK1181: cannot open input file 'C:\Users\JoshH2\.nuget\packages\microsoft.windowsappsdk\1.6.240923002\buildTransitive\native\..\..\lib\win10-\Microsoft.WindowsAppRuntime.Bootstrap.lib' [C:\Users\JoshH2\permissionsBug\node_modules\react-native-windows\Microsoft.ReactNative\Microsoft.ReactNative.vcxproj]. Check your build configuration.
Command failed. Re-run the command with --logging for more information.
Library version
5.2.5
Environment info
System:
OS: Windows 11 10.0.22631
CPU: (4) x64 Intel(R) Xeon(R) E-2124 CPU @ 3.30GHz
Memory: 23.10 GB / 31.87 GB
Binaries:
Node:
version: 22.12.0
path: C:\Program Files\nodejs\node.EXE
Yarn:
version: 1.22.22
path: C:\Program Files\nodejs\yarn.CMD
npm:
version: 10.9.0
path: C:\Program Files\nodejs\npm.CMD
Watchman: Not Found
SDKs:
Android SDK: Not Found
Windows SDK:
AllowDevelopmentWithoutDevLicense: Enabled
AllowAllTrustedApps: Enabled
Versions:
- 10.0.18362.0
- 10.0.19041.0
- 10.0.22621.0
IDEs:
Android Studio: Not Found
Visual Studio:
- 17.12.35514.174 (Visual Studio Professional 2022)
Languages:
Java: Not Found
Ruby: Not Found
npmPackages:
"@react-native-community/cli":
installed: 15.0.1
wanted: 15.0.1
react:
installed: 18.3.1
wanted: 18.3.1
react-native:
installed: 0.77.0
wanted: 0.77.0
react-native-windows:
installed: 0.77.1
wanted: ^0.77.0
npmGlobalPackages:
"*react-native*": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: Not found
newArchEnabled: Not found
Before submitting a new issue
Bug summary
When using React Native Windows (new arch) v0.77. Using a completely fresh sample app. As soon as react-native-permissions gets installed the error thrown when building the windows application is:
Library version
5.2.5
Environment info
Steps to reproduce
npx --yes @react-native-community/cli@next init <projectName> --version "latest"
yarn add react-native-windows@^0.77.0
npx react-native init-windows --overwrite --template cpp-app
npx react-native run-windows
yarn add react-native-permissions
npx react-native run-windows
Reproducible sample code
https://github.com/joshholmeszonal/permissionsBug/tree/main
The text was updated successfully, but these errors were encountered: