Page MenuHomePhabricator

Add ClientGetReadReactor.cpp to project.pbxproj again
ClosedPublic

Authored by marcin on Feb 24 2022, 6:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 3:54 PM
Unknown Object (File)
Fri, Apr 19, 3:54 PM
Unknown Object (File)
Fri, Apr 19, 3:54 PM
Unknown Object (File)
Fri, Apr 19, 3:54 PM
Unknown Object (File)
Fri, Apr 19, 3:54 PM
Unknown Object (File)
Fri, Apr 19, 3:54 PM
Unknown Object (File)
Fri, Apr 19, 3:39 PM
Unknown Object (File)
Sat, Apr 13, 3:27 AM
Tokens
"Party Time" token, awarded by atul.

Details

Summary

When rebasing expo migration code to master I mistakenly deleted ClientGetReadReactor.cpp from project.pbxproj file when resolving confilcts. This urgent diff bring it back and solves iOS build failure on CI"

Test Plan

Sucessfully build app

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

tomek requested changes to this revision.Feb 24 2022, 6:29 AM
tomek added inline comments.
native/ios/Comm.xcodeproj/project.pbxproj
340 ↗(On Diff #9896)

Instead of removing this and SocketStatus.h, you should add them to PBXFileReference section from which they were removed

This revision now requires changes to proceed.Feb 24 2022, 6:29 AM

Add SocketStatus.h and Metadata.h as the shuld not have been deleted.

Manually retrieve file references.

This revision is now accepted and ready to land.Feb 24 2022, 7:17 AM
This revision now requires review to proceed.Feb 24 2022, 7:17 AM
This revision is now accepted and ready to land.Feb 24 2022, 7:41 AM

Rebase - retriggering CI to be safe and sound.