Reputation: 39
When I update Xcode to 9.2 version, I get this warning:
- In file included from /Users/MarkWei/Desktop/Working/kd-app-ios/WangJingApp/Pods/FDStackView/FDStackView/FDStackView.m:23:
like this, many Third-party libraries got this warning, how can I fix?
Screenshot:
Upvotes: 2
Views: 1504
Reputation: 81
i fix issue :setings target CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=NO
Upvotes: 1