weqeo
weqeo

Reputation: 39

How to fix this warning :In file included from Error?

When I update Xcode to 9.2 version, I get this warning:

  1. 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:

warnings screenshot

Upvotes: 2

Views: 1504

Answers (1)

Sleman
Sleman

Reputation: 81

i fix issue :setings target CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=NO

Upvotes: 1

Related Questions