Post

Replies

Boosts

Views

Activity

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
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 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