mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Mac(m2) build target iOS error #2152
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2152
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 @kuke65 on GitHub (Sep 26, 2023).
Bug Description
(error: linking with
ccfailed: exit status: 1)= note: ld: warning: no platform load command found in '/private/var/folders/j2/h2yjx3zs7fvgmkvp4jg1bfj00000gn/T/rustcPriWiy/symbols.o', assuming: iOS
ld: building for 'iOS', but linking in object file (/Users/zhangshuheng/rustdesk/target/aarch64-apple-ios/release/deps/libscrap-2685ad679e50cc9e.rlib58) built for 'macOS'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
How to Reproduce
./flutter/ios_arm64.sh
Expected Behavior
1
Operating system(s) on local side and remote side
Mac
RustDesk Version(s) on local side and remote side
1.2.3
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Sep 26, 2023):
#763
@beelchester commented on GitHub (Oct 24, 2023):
@kuke65 you can try this:
https://github.com/rustdesk/rustdesk/discussions/5345#discussioncomment-6772568
@kyrosle commented on GitHub (Dec 29, 2023):
hello, do you solve this problem?