Post

Replies

Boosts

Views

Activity

Reply to Xcode12.5编辑代码的文件,打开多个这样的页面后,触摸板双指返回或者鼠标右滑返回时,返回两次或闪动导致到达不了上个打开的页面。
一样啊,用键盘快捷键返回没有问题,但是习惯用触控板滑动返回就很烦,更新个版本,新 Bug 一大堆,无语了,每个版本总有好些个烦人的问题,质量太差了
Replies
Boosts
Views
Activity
Jul ’21
Reply to XCode 14.1: Stuck at "Launching Application" after building the project
Seems new project created by Xcode 14.2 don't has this problem.
Replies
Boosts
Views
Activity
Mar ’23
Reply to Crash When Run app On Xcode15 Simulator
Solution is make sure the size is not zero. In my case, I changed the view init from MyView() to MyView(frame: self.view.bounds), and then the crash is gone.
Replies
Boosts
Views
Activity
Sep ’23
Reply to rsync error: some files could not be transferred (code 23) at /AppleInternal/Library/BuildRoots
Find solution in CocoaPods repo's issues: https://github.com/CocoaPods/CocoaPods/issues/12073 In Build Settings, make sure ENABLE_USER_SCRIPT_SANDBOXING is set to NO. It's worked for me.
Replies
Boosts
Views
Activity
Sep ’23