Details
Details
- Open XCode project -> navigate to the "Project navigator" (folder icon). Expand all folders to show files. There are no red-marked files (missing files).
- The iOS app is successfully built.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Hard to review this without opening up in Xcode, so will have to rely on @max's testing.
That said, I think the test plan is not good... the app builds in Xcode either way. Instead, can you modify the test plan to include opening up Xcode, and verifying there are no red entries in the file view (folder icon on the left pane) except for CommRelease?
If that looks good then feel free to land!
Comment Actions
That said, I think the test plan is not good... the app builds in Xcode either way. Instead, can you modify the test plan to include opening up Xcode, and verifying there are no red entries in the file view (folder icon on the left pane) except for CommRelease?
Makes sense to change it. Done!