freshOS / Stevia

:leaves: Concise Autolayout code
https://freshos.github.io/SteviaDocs/
MIT License
3.38k stars 214 forks source link

Can't add the Stevia from swift package manager #149

Closed sathya26d94 closed 4 years ago

sathya26d94 commented 4 years ago

When I try to add Stevia to the package manager, I am getting the following error

Screenshot 2020-08-05 at 7 54 52 PM

: terminated(128): CA_ASSERT_MAIN_THREAD_TRANSACTIONS=1 LOGNAME=sathya SHELL=/bin/zsh XPC_SERVICE_NAME=com.apple.dt.Xcode.8768 PATH=/Users/sathya/Downloads/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin __CF_USER_TEXT_ENCODING=0x1F6:0x0:0x0 CA_DEBUG_TRANSACTIONS=1 USER=sathya MallocNanoZone=0 TMPDIR=/var/folders/5z/22g_h1md3lx9jwz5bzx5dk980000gp/T/ SSH_AUTH_SOCK=/private/tmp/com.apple.launchd.ZVTuDl7X0s/Listeners HOME=/Users/sathya XPC_FLAGS=0x0 /Users/sathya/Downloads/Xcode.app/Contents/Developer/usr/bin/git -C /Users/sathya/Library/Developer/Xcode/DerivedData/epiFi-dlrvtetqdyazhdbuqgjettcojatg/SourcePackages/repositories/grpc-swift-b0d8975a rev-parse --verify 'nio^{commit}' output: fatal: Needed a single revision

s4cha commented 4 years ago

Hi @sathya26d94 this is weird. Have you tried Xcode > File > Swift Packages > Reset Package Caches ?

sathya26d94 commented 4 years ago

HI @s4cha, this issue is related to Swift package manager, I have solved the issue.