Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There are no Libraries linked in iOS project of react-native #26478

Closed
sourish opened this issue Sep 18, 2019 · 5 comments
Closed

There are no Libraries linked in iOS project of react-native #26478

sourish opened this issue Sep 18, 2019 · 5 comments
Labels
Bug Platform: iOS iOS applications. Ran Commands One of our bots successfully processed a command. Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@sourish
Copy link

sourish commented Sep 18, 2019

I have tried to create a new project in react-native, After creating when I have opened the iOS project, in libraries folder I could not any libraries and I am not able to run the iOS Project. I have tried react-native run-ios Got error like "error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65. To debug build logs further, consider building your app with Xcode.app, by opening AppName.xcodeproj."

react-native info logs
System:
OS: macOS 10.14.5
Binaries:
Node: 11.3.0 - /usr/local/bin/node
Yarn: 1.5.1 - /usr/local/bin/yarn
npm: 6.11.3 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 12.2, macOS 10.14, tvOS 12.2, watchOS 5.2
IDEs:
Android Studio: 3.4 AI-183.6156.11.34.5692245
Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
npmPackages:
react: 16.8.6 => 16.8.6
react-native: 0.60.5 => 0.60.5
npmGlobalPackages:
react-native-cli: 2.0.1

Steps To Reproduce

  1. react-native init AppName
  2. cd AppName
  3. Open .xcodeproj & In Libraries there are no libraries found. I have tried to create multiple projects, but still no luck of getting libraries

No Libraries Found

@sourish sourish added the Bug label Sep 18, 2019
@react-native-bot react-native-bot added the Platform: iOS iOS applications. label Sep 18, 2019
@react-native-bot
Copy link
Collaborator

Thanks for submitting your issue. Can you take another look at your description and make sure the issue template has been filled in its entirety?

👉 Click here if you want to take another look at the Bug Report issue template.

@react-native-bot react-native-bot added Ran Commands One of our bots successfully processed a command. Resolution: Needs More Information labels Sep 18, 2019
@samjt
Copy link

samjt commented Sep 18, 2019

My guess is that you need to install cocoapods:
Do gem install cocoapods in terminal, followed by cd ios && pod install in your project folder.

@sourish
Copy link
Author

sourish commented Sep 19, 2019

@samjt : Yeah you are right, After I have done those, it worked out.

@stale
Copy link

stale bot commented Dec 18, 2019

Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Dec 18, 2019
@stale
Copy link

stale bot commented Dec 25, 2019

Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information.

@stale stale bot closed this as completed Dec 25, 2019
@facebook facebook locked as resolved and limited conversation to collaborators Dec 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Platform: iOS iOS applications. Ran Commands One of our bots successfully processed a command. Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests

3 participants