MobileNativeFoundation/rules_xcodeproj

Bug: The request was denied by service delegate

DanielLiuCD opened this issue · 1 comments

Description

I successfully created an Xcode project using bazel, but the project cannot run on the simulator. I don’t know what the problem is now. My environment is:
Xcode 15.3
Apple M3 Pro
iPhone15 iOS 17.4
screenshot

Reproduction steps

  1. bazelisk run //app:xcodeproj
  2. Use xcode to run to the simulator 'iPhone15 iOS17.4'
  3. Compiled and installed successfully, but cannot run

Expected behavior

The simulator runs successfully

rules_xcodeproj version

1.18.0

Xcode version

15.3

Bazel version

7.1.1

rules_apple version

3.3.0

rules_swift version

1.16.0

Additional information

No response

Do you have more information to provide? Maybe the logs during launch would help here, does this happen consistently for you?