We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: ^3.16.7
^3.16.7
Hello, I have created a PFX file using the instructions provided at the following link:
[Building Windows apps with Flutter]
However, when building the MSIX file, I encounter the following error after being prompted and confirem for the relevant certificate_path again
dart run msix:create running "flutter build windows"... 52.9s building msix files... 31.5s SignTool Error: An unexpected internal error has occurred. #0 ProcessResultExtensions.exitOnError (package:msix/src/method_extensions.dart:61:7) #1 SignTool.sign (package:msix/src/sign_tool.dart:247:9) <asynchronous suspension> #2 Msix._packMsixFiles (package:msix/msix.dart:149:7) <asynchronous suspension> #3 Msix._createMsix (package:msix/msix.dart:103:5) <asynchronous suspension> #4 Msix.create (package:msix/msix.dart:59:5) <asynchronous suspension> #5 main (file:///C:/Users/myuser/AppData/Local/Pub/Cache/hosted/pub.dev/msix-3.16.7/bin/create.dart:4:3) <asynchronous suspension>`
The text was updated successfully, but these errors were encountered:
@kiaxseventh I had this same issue, I change the values i write after this comand openssl req -new -key mykeyname.key -out mycsrname.csr
openssl req -new -key mykeyname.key -out mycsrname.csr
Sorry, something went wrong.
No branches or pull requests
ℹ️ Info
Version:
^3.16.7
💬 Description
Hello, I have created a PFX file using the instructions provided at the following link:
[Building Windows apps with Flutter]
However, when building the MSIX file, I encounter the following error after being prompted and confirem for the relevant
certificate_path again
The text was updated successfully, but these errors were encountered: