Skip to content

I use fastlane locally is ok,but at gitlab-ci failed, ,and the gitlab-ci runner is my computer #16904

Answered by RookieNeo
RookieNeo asked this question in Q&A
Discussion options

You must be logged in to vote

I found my problem.

Since the service will be running only when the user is logged in, you should enable auto-login on your macOS machine.

The service will be launched as one of LaunchAgents. By using LaunchAgents, the builds will be able to do UI interactions, making it possible to run and test on the iOS simulator.

It’s worth noting that macOS also has LaunchDaemons, the services running completely in background. LaunchDaemons are run on system startup, but they don’t have the same access to UI interactions as LaunchAgents. You can try to run the Runner’s service as LaunchDaemon, but this mode of operation is not currently supported.

You can verify that the Runner created the service c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RookieNeo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant