0

ImageWhen update the xcode 10.1 after run my project its show "Not found this framework" but the framework is there. so many time remove and add this framework but nor working.

Image attachment 1

Image attachment 2

2 Answers2

0

pod deintegrate and install pods again this may work for you

pod deintegrate delete pod file in Your Project pod init add your Frameworks and pod install

divya
  • 61
  • 3
0

I had this problem when I worked from the project instead of the workspace. Once I was in the XCWorkSpace, all was good