简体   繁体   中英

Where is the libraries folder in Xcode?

I am getting an error 'linker command failed with exit code 1' when I try to build my mobile app in Xcode for the iPhone. In looking up solutions to fix this I came across this advice:

"the suprojects should be removed, which is everything under Libraries inside Xcode."

(solution found here) https://github.com/auth0/react-native-lock/issues/3

But I cannot find an Xcode folder on mac that contains a Libraries folder within it. Does anyone know where this is located at??

  1. Open your project in Xcode.
  2. From the menu bar, choose View > Navigators > Show Project Navigator.
  3. The left sidebar of the Xcode window now shows the Project Navigator.
  4. At the bottom of the left sidebar, in the “Filter” box, type “Libraries”.
  5. If, in the Project Navigator, you now see a yellow folder icon with the word “Libraries” next to it, then you have found the Libraries folder you are looking for.
  6. If there is no Libraries folder, then the solution you're trying to use is not the correct solution for your problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM