mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 21:00:19 +00:00
[GH-ISSUE #4973] [Bug] Community \ MSBuild \ Microsoft \ VC \ v170 \ Microsoft CppCommon. targets (254,5): error MSB8066 #2215
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @puning on GitHub (Mar 23, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4973
Bug Description
I run
Cargo make -- profile production windows x86 appflow
The final compilation failed with the following error
C: \ Program Files \ Microsoft Visual Studio \ 2022 \ Community \ MSBuild \ Microsoft \ VC \ v170 \ Microsoft CppCommon. targets (254,5): error MSB8066: * D: \ wwwroot \ AppFlow \ front end \ appflowy_flutter \ build \ windows \ x64 \ CMakeFiles \ 5a184fcff5748b28bf693499bc85a4a1 \ super-native extensions. dll. rule; D: In the file \ wwwroot \ AppFlow \ front end \ appflowy_flutter \ build \ windows \ x64 \ CMakeFiles \ ea6ee0acb77cdc7cb91cfe44181ec65b \ super_native_extensions_plugin_cargokit.rule Զ ˳ Ϊ 1. [D: \ wwwroot \ AppFlowy \ front end \ appflowy_flutter \ build \ windows \ x64 \ plugins \ supernotative_extensions \ supernotative_extensions_plugin_cargument. vcxproj]
Building Windows application
Build process failed
Compilation has been like this multiple times. May I ask what the problem is and how to solve it? Thank you!
How to Reproduce
cargo make --profile production-windows-x86 appflowy
Expected Behavior
After multiple unsuccessful compilations, the problem cannot be determined. How can we successfully compile
Operating System
windows11
AppFlowy Version(s)
0.5.2
Screenshots
No response
Additional Context
No response
@LucasXu0 commented on GitHub (Mar 25, 2024):
@puning It's a cache issue due to the network. There are two options you can try:
solution 1
solution 2
After that, execute
cargo make --profile production-windows-x86 appflowyagain.@puning commented on GitHub (Mar 25, 2024):
Okay, thank you. I'll try again and provide feedback here
@annieappflowy commented on GitHub (Mar 29, 2024):
Did it work?
Closing it as no follow up on the issue
@puning commented on GitHub (Mar 31, 2024):
I did not solve the problem with the first solution, based on the same error message.
Every two solutions are not applicable. Tip: fatal: not a git repository (or any of the parent directors):. git
@LucasXu0 commented on GitHub (Apr 1, 2024):
How did you clone this project? There should be a .git file in the project's root directory.
@puning commented on GitHub (Apr 1, 2024):
I downloaded the 0.5.2 compressed file directly from Releases
@puning commented on GitHub (Apr 2, 2024):
I changed the Flutter source and downloaded and installed it through Git, and there was no problem. It should be caused by my use of an image source.
Thank you for your reply and help, thank you very much!