Post

Replies

Boosts

Views

Activity

Reply to UI Tests with mock server
OK, finally I was able to fix it. The problem was that my mock server CLI tool is installing in ci_post_clone.sh. But tests are run afterwards on different machines, so it doesn't have this tool. Also, I didn't see any errors in logs, so I had to move it around a little bit. Long story short: I moved install step from ci_post_clone.sh to ci_pre_xcodebuild.sh to run installation step on every machine that run my UI tests.
Jun ’25
Reply to UI Tests with mock server
OK, finally I was able to fix it. The problem was that my mock server CLI tool is installing in ci_post_clone.sh. But tests are run afterwards on different machines, so it doesn't have this tool. Also, I didn't see any errors in logs, so I had to move it around a little bit. Long story short: I moved install step from ci_post_clone.sh to ci_pre_xcodebuild.sh to run installation step on every machine that run my UI tests.
Replies
Boosts
Views
Activity
Jun ’25
Reply to Widget is not configurable on iOS 16
On a real device that will work fine. This is probably a bug of a simulator.
Replies
Boosts
Views
Activity
Nov ’24
Reply to Xcode version 15.0.1 app submission issue
me too
Replies
Boosts
Views
Activity
Nov ’23
Reply to Unable to build project for localization string extraction
Same issue for me. But I have Xcode project with package.
Replies
Boosts
Views
Activity
Jul ’23