Skip to content

Conversation

@paulb777
Copy link
Member

@paulb777 paulb777 commented May 18, 2020

In a discussion with @chliangGoogle, we realized that RemoteConfig no longer uses its own protos. It only uses protos from ABTesting. This PR removes the unused source and has the side effect of fixing #4334.

Fix #4334


base_dir = "FirebaseRemoteConfig/Sources/"
s.source_files = base_dir + '**/*.[mh]'
s.requires_arc = base_dir + '*.m'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This flag indicates that the other files should use arc. Removing the flag indicates all files follow the default of building with arc.

@paulb777
Copy link
Member Author

Going to merge this one now. If there's additional feedback, I'll address in a subsequent PR.

@paulb777 paulb777 merged commit 349608b into master May 20, 2020
@paulb777 paulb777 deleted the pb-rc-proto branch May 20, 2020 00:37
@firebase firebase locked and limited conversation to collaborators Jun 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Exception and crash due to forwarding class AndroidConfigFetchProto which is neither defined, nor implemented

4 participants