rules_xcodeproj
                                
                                
                                
                                    rules_xcodeproj copied to clipboard
                            
                            
                            
                        Bug: The request was denied by service delegate
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
Reproduction steps
- bazelisk run //app:xcodeproj
 - Use xcode to run to the simulator 'iPhone15 iOS17.4'
 - 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