You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: