【fixWarning】fix the link warning appeared in the new xcode build syst… #589
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We have been using the MASShorthandAdditions in the past. And now when we begin to use the new building system of Xcode there appeared about 20000 warnings which may block the normal progress of Xcode. Every time we run our project in Xcode about 10 minutes will be taken to wait for the normal state that can give a response as wish in time. So I separate the code into two files to avoid this problem. Knowing some others also met the situation when reading issues this change may help more people.