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
If I'm choosing "My Mac" destination, I'm getting this error:
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_MSAppCenter", referenced from:
objc-class-ref in AppCenterCrashes.o
"_OBJC_CLASS_$_MSCrashes", referenced from:
objc-class-ref in AppCenterApplication.o
objc-class-ref in AppCenterCrashes.o
"_OBJC_CLASS_$_MSErrorAttachmentLog", referenced from:
objc-class-ref in AppCenterCrashes.o
"_OBJC_CLASS_$_MSErrorReport", referenced from:
objc-class-ref in AppCenterCrashes.o
"_OBJC_CLASS_$_SUUpdater", referenced from:
objc-class-ref in PoliciesTab.o
objc-class-ref in UserDefaultsEvents.o
When I choose "My Mac (Rosetta)", I'm getting next one:
Showing Recent Messages
/Users/phil/Developer/alt-tab-macos/alt-tab-macos.xcodeproj The linked framework 'Pods_alt_tab_macos.framework' is missing one or more architectures required by this target: x86_64.
And when I tried to run pod intall, I've got:
[!] Error installing ShortcutRecorder
[!] Failed to download 'ShortcutRecorder': [!] /usr/bin/git -C /var/folders/c0/54vl4p2x17q8kqbbkyh_qtw40000gn/T/d20210512-7964-x0q3h4 checkout --quiet f718220854575bad86fa89dd2bb3decd0b14b2b0
fatal: reference is not a tree: f718220854575bad86fa89dd2bb3decd0b14b2b0
The text was updated successfully, but these errors were encountered:
I'm trying to build the project.
If I'm choosing "My Mac" destination, I'm getting this error:
When I choose "My Mac (Rosetta)", I'm getting next one:
And when I tried to run
pod intall
, I've got:The text was updated successfully, but these errors were encountered: