-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for identifying hosts of embedded targets from sub-projects #396
Support for identifying hosts of embedded targets from sub-projects #396
Conversation
Looks like travis failed installing json. No gem dep changes here. |
Same issue. |
# | ||
def native_target_uuid | ||
return target.uuid if target | ||
return target_proxy.remote_global_id_string if target_proxy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe raise otherwise to ensure this doesn't return nil?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually fixed in the line below, but it didn't close this comment since I didn't change these lines :)
👍 |
@benasher44 this should pass with a rebase |
5a24a39
to
346a751
Compare
This is ready on my end! Once this is merged, I can update CocoaPods/CocoaPods#5637 |
This is the first step to fixing CocoaPods/CocoaPods#5622