MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
505 stars 77 forks source link

Bug: The request was denied by service delegate #2976

Open DanielLiuCD opened 3 months ago

DanielLiuCD commented 3 months ago

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

luispadron commented 3 months ago

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