BilalReffas
BilalReffas

Reputation: 8328

Cocoapods warning on Xcode 9.3

I'm getting a warning on Xcode 9.3 which was released today. I'm using cocoapods as a dependency manager.

:-1: Target Pods-Project-test product Pods_Project-test cannot link framework Foundation.framework

Is this related to the New Build System ?

Help is highly appreciated

Upvotes: 3

Views: 710

Answers (1)

Maximo Lucosi
Maximo Lucosi

Reputation: 388

Relink the pod files inside your XCode project. This is work for me. Below you can see the files in my project.

enter image description here

Upvotes: 1

Related Questions