Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Libaries folder is empty in xcode

I've been working on the project for two months. The Libraries folder became empty in Xcode as seen in the picture. Where are my linking packages? Is it deleted or invisible?

enter image description here

like image 977
Ismeet Avatar asked Aug 16 '19 09:08

Ismeet


1 Answers

After RN 0.60 all Libraries can support pods. You have to open .xcworkspace then .xcodeproj. and you can see all Libraries in pod folder.

like image 150
ronak dholariya Avatar answered Nov 24 '22 19:11

ronak dholariya