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
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:
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