Build and Test / Build and Test / Test using xcodebuild or run fastlane (pull_request) #49
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Could you attach a link to your pull request or this action run so we can investigate this in more detail? Would help a lot to have more context on this 🚀 Do the Tests run successfully if you execute them locally? |
Beta Was this translation helpful? Give feedback.
-
Hi! This is the link to my pull request: CS342/2024-Intake#4 (comment) What does it mean to execute locally vs in another way? |
Beta Was this translation helpful? Give feedback.
-
Hi Zoya, I reviewed the logs for the action that failed and it looks like the issue is your new Best, |
Beta Was this translation helpful? Give feedback.
-
Hi Vishnu! How do I add the questionnaire to the branch? All I did was that I made sure I was in the task4 branch in my terminal and dragged the file into my Xcode -- am I missing something? Thank you so much for your help! Best, |
Beta Was this translation helpful? Give feedback.
@zoyagarg The file seems to be added by reference and not copied in the main folder or your project, you can see this here: https://github.com/CS342/2024-Intake/pull/4/files#diff-a080340fd1e2aedeacaf616ac4e2fe6cc47c969833346ec7a761713f1e44e23bR146
If you look at your git diff, you can see that there is no
Questionnaire.json
added to the repo, only some changes to other files: https://github.com/CS342/2024-Intake/pull/4/filesWhen you drag a file to the Xcode project, be sure that you drag it in there and enable the "Copy Items if Needed" checkbox to ensure that it is copied to the folder of your project and can be tracked in git. Once you did so, it…