[Technical Questions] Build and Test failing #161
Unanswered
shamit05
asked this question in
Technical Questions
Replies: 1 comment 3 replies
-
Hi @shamit05! Seeing an error about the simulator failing to launch is actually expected behavior as we uninstall and reinstall the application between tests. However, the bundle identifier should not be changed (especially in main). This may be causing the failure -- the build fails because the UI tests fail. Can you provide more specific information about the error that appears when you use the regular bundle id? Does it have to do with "signing capabilities"? Changing it locally is fine, but when you commit to the branch you should avoid committing that change. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In what area do you have a technical challenge?
Other (non-StanfordBDHG-related) area
Description
The build and test check is failing when trying to merge branches. It gives the following error:
(error = Error Domain=FBSOpenApplicationServiceErrorDomain Code=4 "Simulator device failed to launch shamit.edu.stanford.cs342.2025.feedbridge." UserInfo={BSErrorCodeDescription=InvalidRequest, NSUnderlyingError=0x60000121ff90 {Error Domain=FBSOpenApplicationServiceErrorDomain Code=4 "The request to open "shamit.edu.stanford.cs342.2025.feedbridge" failed." UserInfo={NSLocalizedDescription=The request to open "shamit.edu.stanford.cs342.2025.feedbridge" failed., BSErrorCodeDescription=InvalidRequest, FBSOpenApplicationRequestID=0x6043, NSUnderlyingError=0x60000121d020 {Error Domain=FBSOpenApplicationErrorDomain Code=4 "Application info provider (FBSApplicationLibrary) returned nil for "shamit.edu.stanford.cs342.2025.feedbridge"" UserInfo={BSErrorCodeDescription=NotFound, NSLocalizedFailureReason=Application info provider (FBSApplicationLibrary) returned nil for "shamit.edu.stanford.cs342.2025.feedbridge"}}}}, FBSOpenApplicationRequestID=0x6043, SimCallingSelector=launchApplicationWithID:options:pid:error:, NSLocalizedDescription=Simulator device failed to launch shamit.edu.stanford.cs342.2025.feedbridge.})
Reproduction
Under signing, I have the bundle identifier as shamit.edu.stanford.cs342.2025.feedbridge, because if I use edu.stanford.cs342.2025.feedbridge, it gives the error: cannot be registered to your development team because it is not available. Change your bundle identifier to a unique string to try again.
Look at the job here:
https://github.com/CS342/2025-Feedbridge/actions/runs/13797864700/job/38593725884
Expected behavior
It should run properly.
Additional context
Does this possibly have something to do with signing capabilities?
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions