Skip to content
New issue

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

Installation error #45

Closed
yackinn opened this issue Nov 7, 2021 · 6 comments · Fixed by #48 or Li-Yanzhi/RDM#2
Closed

Installation error #45

yackinn opened this issue Nov 7, 2021 · 6 comments · Fixed by #48 or Li-Yanzhi/RDM#2

Comments

@yackinn
Copy link

yackinn commented Nov 7, 2021

That's the error I'm seeing when using the installer.
Does anyone know a workaround/fix?

I'm using an Intel Macbook Pro on Macos Big Sur 11.5.1.
Xcode Version 13.1 (13A1030d)

~/Downloads/RDM-edit-resolutions
λ sudo ./install
Password:
Install RDM to /Applications? (Y/n): y

An error occured; try again

--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:x86_64, id:A7242399-A924-5C59-A126-CC1AD7604E2C }
{ platform:macOS, name:Any Mac }
** ARCHIVE FAILED **

The following build commands failed:
CompileC /var/root/Library/Developer/Xcode/DerivedData/RDM-fnvusjtnyxunizddvhdautgbtnsk/Build/Intermediates.noindex/ArchiveIntermediates/RDM/IntermediateBuildFilesPath/RDM.build/Release/RDM.build/Objects-normal/arm64/utils-641b650dac2a9545feb7359eb61ef07b.o /Users/boetzkes/Downloads/RDM-edit-resolutions/src/utils.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RDM' from project 'RDM')
(1 failure)
error: archive not found at path '/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.HcZM8Y8N/RDM.xcarchive'

@ConflictGK
Copy link

I have the same problem on macOS monterey.

@JosefBackovsky
Copy link

I have same issue with Macbook Air M1 on Macos Moterey

@perez987
Copy link

Same error here, in a MacPro7,1 with Monterey 12.0.1.
error: archive not found at path '/var/folders/l1/9xy96x253rjbqydy_fv4zqlm0000gn/T/tmp.Hvf1Ch76/RDM.xcarchive'

@perez987
Copy link

Catalina with Xcode 12 runs fine, no error.

jnooree added a commit to jnooree/RDM that referenced this issue Nov 23, 2021
@jnooree
Copy link

jnooree commented Nov 23, 2021

This issue will be fixed once #48 gets merged. One workaround is using this patch. It could be applied to the repo by downloading the file and running the following command at the project repository root directory.

git am RDM-pr-48.patch

@perez987
Copy link

Thank you @jnooree the patch works well and fixes the error.
Now compiling in Monterey is okey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants