Chin-Ming Chang
Chin-Ming Chang
@holykou I meet the same error messages, this is my workaround 1. Manually Back up the XMPP framework files you used in project 2. Edit cocoapod Podfile to remove "pod...
Same here +1
I find a solution. The problem is happen in "View+MASShorthandAdditions.h" and "NSArray+MASShorthandAdditions.h" exist "@implementation" code. So I create "View+MASShorthandAdditions.m" and "NSArray+MASShorthandAdditions.m" by myself, and move "@implementation" code to the two...
Thinks for your reply. But I forget to say I want to build iOS framework...