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

Errors trying to build for macOS #82

Open
tcurdt opened this issue Dec 10, 2021 · 0 comments
Open

Errors trying to build for macOS #82

tcurdt opened this issue Dec 10, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@tcurdt
Copy link

tcurdt commented Dec 10, 2021

Describe the bug

I tried to build release 3.5.1 with Xcode 13.1 on 12.0.1 (arm).

To Reproduce

git clone --recurse-submodules git@github.com:PDF-Archiver/PDF-Archiver.git
git checkout 3.5.1 
git switch -c release

Open Xcode and select macOS > My Mac and build.
This results in the following errors:

Package Loading Group
/foo/PDF-Archiver/PDFArchiver.xcodeproj Missing package product 'ArchiveSharedConstants'
x-xcode-log://B3C05B57-09CA-461B-ACBA-81511ABBF7EE Package resolution errors must be fixed before building
/foo/PDF-Archiver/PDFArchiver.xcodeproj Missing package product 'ArchiveBackend'
x-xcode-log://B3C05B57-09CA-461B-ACBA-81511ABBF7EE Package resolution errors must be fixed before building
/foo/PDF-Archiver/PDFArchiver.xcodeproj Missing package product 'ArchiveViews'
x-xcode-log://B3C05B57-09CA-461B-ACBA-81511ABBF7EE Package resolution errors must be fixed before building
/foo/PDF-Archiver/PDFArchiver.xcodeproj Missing package product 'Sentry'
x-xcode-log://B3C05B57-09CA-461B-ACBA-81511ABBF7EE Package resolution errors must be fixed before building

Expected behavior

(After changing the signing setup) the macOS target should build successfully.

@tcurdt tcurdt added the bug Something isn't working label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant