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.
Asked
Active
Viewed 442 times
0
-
I tried all solutions but still this issue not fixed. – Sharon D Rose Feb 15 '19 at 10:11
-
Downgrade Xcode maybe? – Vahid Amiri Feb 15 '19 at 10:12
-
Have you added it to Linked Frameworks and Libraries & Embbeded binaries and also check in Build Phase -> Link Binary With Libraries it is showing or not – Feb 15 '19 at 10:20
-
yes its showing in Link Binary ! – Sharon D Rose Feb 15 '19 at 10:21
-
@VahidAmiri How to do that ? – Sharon D Rose Feb 15 '19 at 10:21
-
@SharonDRose https://stackoverflow.com/a/14756127/5173926 – Vahid Amiri Feb 15 '19 at 10:55
-
@VahidAmiri any other idea ? – Sharon D Rose Feb 15 '19 at 11:19
2 Answers
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

ScottFarestrand
- 19
- 4