Tong

Results 7 comments of Tong

Try something like ```$(PROJECT_DIR)/YOUR_PROJECT_NAME/AlternateIcons.xcassets```

I ran `xcversion install 11.4` and it installed Xcode 11.4 beta 3 (11N132i). My account has permission, you can download it from here: https://developer.apple.com/download/more/

I'm using this command instead. Installing 12.5 Release Candidate. ``` $ xcodes help install $ xcodes install --latest-prerelease Updating... Latest prerelease version available is 12.5 Release Candidate (1/6) Downloading Xcode...

Thanks, I have verified downgrading to Next 14.0.4 fixes the issue on my blog instance.

@touren Thank you for your work. But it's crashing. After investigating in the DemoApp. The first time it will use `SFSafariViewController` and everything goes right. When any session is stored,...

Hi @touren Here's the steps to reproduce. 1. Don't install Twitter app 2. Create a Xcode project. Install pod 'TwitterKit5' 3. Implement [Log In With Twitter](https://github.com/twitter-archive/twitter-kit-ios/wiki/Log-In-With-Twitter), create a button, let's...

I have the same issue on GitHub hosted Ubuntu runner. I fixed it by removing commenting function. Added an additional action to comment the report. You can try my pull...