- Use the `$(inherited)` flag, or - Remove the build settings from the target. CocoaPod Swift3 pod update error

前端 未结 3 1874
别那么骄傲
别那么骄傲 2020-12-13 23:30

I\'ve been running into a couple of strange errors in terminal when updating cocoapods after updating a Switf2 project to Swift3. Here are the errors:

[!] Th         


        
3条回答
  •  爱一瞬间的悲伤
    2020-12-13 23:53

    1. Target - > build settings- > BuildOptions-> Validate Build Product, Here the Debug value type is Boolean, Click here to change the value No to YES

    2. Perform - Build Clean

    3. Done

提交回复
热议问题