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

bug on compile #168

Open
SiNaPsEr0x opened this issue Nov 21, 2023 · 0 comments
Open

bug on compile #168

SiNaPsEr0x opened this issue Nov 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@SiNaPsEr0x
Copy link

SiNaPsEr0x commented Nov 21, 2023

change in the home and add to run before ./install.sh

but after this is error:

SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a'; try increasing the minimum deployment target

I found this solution:

cd /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/

sudo mkdir arc

# While executing the above command, the OS will block it
# and give an error. Allow permission from the settings
# and run the command again.

cd arc
sudo git clone https://github.com/kamyarelyasi/Libarclite-Files.git .

after there is this problem:

Antidote/NSTimerExtension.swift:17:44 Converting non-escaping parameter 'block' to generic parameter 'T' may allow it to escape

and missing italian file translation

@SiNaPsEr0x SiNaPsEr0x added the bug Something isn't working label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant