Andrej Mihajlov

Results 191 comments of Andrej Mihajlov

@SMJ93 I can't get my password right 3 times in a row. Then on fourth attempt I manage, but then something is already broken in Xcode-install so it doesn't copy...

Can we please bump the default retry count to 10 because there is no way this succeeds in three attempts. But on the other side, it looks like `xcversion` does...

Still broken.. ``` $ xcversion list [..redacted..] 13 beta (installed) 13 beta 2 (installed) $ xcversion uninstall '13 beta' [!] Version 13 beta is not installed. $ xcversion --version 2.6.8...

Suddenly not able to uninstall '13 beta 5' with `xcode-install` 2.6.8 and 2.8.0: ``` % xcversion list ... 13 beta 13 beta 2 13 beta 3 13 beta 4 13...

@rogerluan I am _uninstalling_ the Xcode beta. Beta versions are still displayed after running `xcversion update` and subsequent `xcversion list`

Can this be fixed please? Xcode is about 10Gb large these days & baby sitting `xcversion` for hours is counter-productive.

Same issue with beta 4 >mv: rename /Users/pronebird/Library/Caches/XcodeInstall/Xcode-beta.app to /Applications/Xcode-9.app/Xcode-beta.app: Directory not empty >/Applications/Xcode-9.app: a sealed resource is missing or invalid >rm: /Applications/Xcode-9.app: is a directory ps v2.1.1

Same error, just updated to 2.4 but it didn't help. After updating fastlane it says: ```Need to acknowledge to Apple's Apple ID and Privacy statement. Please manually log into https://appleid.apple.com```

Cannot install Xcode 13. ``` xcversion install '13 beta' 4 11.9G 4 519M 0 0 3656k 0 0:57:00 0:02:25 0:54:35 2258k% curl: (18) transfer closed with 12263397034 bytes remaining to...

@lukasa1993 I assume -(void)drawRect: is called for each scroll event. Might be faster if custom CALayer used instead.