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

前端 未结 3 1873
别那么骄傲
别那么骄傲 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:51

    This worked for me:

    https://github.com/CocoaPods/CocoaPods/issues/5981#issuecomment-363591574

    1. Go to Build Settings
    2. Search for "Runpath Search Paths".
    3. Double click the value field and add $(inherited)
    4. Product -> Clean Build Folder

    Run the cocoapods command in the terminal and things should go fine this time.

提交回复
热议问题