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

Use XCode new build system #141

Open
nhachicha opened this issue Mar 10, 2021 · 0 comments
Open

Use XCode new build system #141

nhachicha opened this issue Mar 10, 2021 · 0 comments

Comments

@nhachicha
Copy link
Collaborator

Currently compiling iOS Arm64 target with the new build system will break with

note: Using new build system
note: Planning build
note: Constructing build description
...
error: An empty identity is not valid when signing a binary for the product type 'Application'. (in target 'Realm2JSON' from project 'RealmCore')

We can avoid this by forcing the build with the old build system using the flag -UseModernBuildSystem=NO however we should aim to use the new build system https://developer.apple.com/documentation/xcode-release-notes/build-system-release-notes-for-xcode-10 as the legacy one is deprecated and will be removed.

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

No branches or pull requests

2 participants