mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #7453] [Bug] AppFlowy-0.8.5-macos-universal is ARM #3321
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#3321
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 @cddehsy on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7453
Bug Description
AppFlowy-0.8.5-macos-universal is ARM
How to Reproduce
AppFlowy-0.8.5-macos-universal is ARM
Expected Behavior
AppFlowy-0.8.5-macos-universal is ARM
Operating System
macos 15.3.1
AppFlowy Version(s)
0.8.5
Screenshots
No response
Additional Context
No response
@LucasXu0 commented on GitHub (Mar 4, 2025):
@cddehsy Thanks for reporting this. Please try the latest universal macOS packages.
@core-code commented on GitHub (Mar 4, 2025):
while the ARM-only (instead of proper universal) issue has been fixed by the re-upload, now the binary is unsigned (instead of being properly signed by 'APPFLOWY PTE. LTD (VHB67HRSZG)').
this means it can only be launched with workarounds...
@LucasXu0 commented on GitHub (Mar 5, 2025):
@core-code It seems the code signing service was down when signing the universal package. I’m attempting to notarize the universal application again.
@LucasXu0 commented on GitHub (Mar 5, 2025):
@core-code @cddehsy I have codesigned the macOS universal package. Let me know if you have another issue.
@core-code commented on GitHub (Mar 5, 2025):
it is now universal and it is now signed, but there are some issues with the code signature that previous versions didn't have:
@LucasXu0 commented on GitHub (Mar 5, 2025):
@core-code What's the application you are using?
I'm using the codesign verify tool, and it seems all the frameworks are codesigned.
@core-code commented on GitHub (Mar 5, 2025):
the app is "Apparency" 1, but as you can see from the other screenshot the issue was also noticeable on the command-line
BUT, i checked things again and the app in the "AppFlowy-0.8.5-macos-universal.dmg" download is fine, the signing issue occurs only in the "AppFlowy-0.8.5-macos-universal.zip" download.
the size difference is also suspicious, shouldn't be more than 20% normally.
@LucasXu0 commented on GitHub (Mar 5, 2025):
The zip file was compressed without symbolic links. I think that's the issue. Now you can see the
.zipfile size and the.dmgfile size are almost the same now.@core-code commented on GitHub (Mar 5, 2025):
thanks i can confirm it is resolved now