-
Notifications
You must be signed in to change notification settings - Fork 24.6k
[0.49.3] Pod install
doesn't install all dependencies, fails to install GLog
#16279
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
Comments
Pod install
doesn't install all dependencies, fails to install GLog
Problem fixed! I had different Xcode CLI set to 8.3.3 while I was working on XCode 9.0. |
@Pranit-Harekar Can you show me the detail solution? I have the same issue. |
SOLVED @flyingnoob First check your Xcode's active developer directory by running, xcode-select -p This should print the active dev directory path Anyway, if your selected xcode version is different than the one shown by this command then you should switch your active dev directory by running, sudo xcode-select -s <path> This sets the active developer directory to the given path, for example |
Same issue for me and I only have one version(9.0.1) Xcode installed.
Mac OS: 10.13, I think this issue should be reopened, @Pranit-Harekar |
I resolved by this solution. |
Problem fixed I have multiple version of Xcode development, my naming is "Xcode X.X.app", in my case the space is responsible for this issue, I renamed to "XcodeX.X.app" then and run again |
After a long research i have fixed that by changing the xcode-select path to Xcode.app path: after that run |
For future visitors, make sure your Xcode is exactly located at |
@ahmedk92 Xcode app filename needs to be formatted with no space (#16279 (comment)) |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
Environment:
OS: macOS Sierra 10.12.6
Node: 8.6.0
Yarn: 1.1.0
npm: 5.3.0
Watchman: 4.9.0
Xcode: Xcode 9.0
Packages: (installed)
react: ^16.0.0-beta.5 (I also tried with 16.0.0, It didn't work)
react-native: ^0.49.3
Target Platform: iOS (11.0)
Steps to Reproduce
I'm trying to integrate RN in my existing iOS Application (which does not have any other dependencies, You can think it as an empty swift project ). I am following official guide
./ios
directory & Copied swift project in it.Podfile
in./ios
directory withpos init
Podfile
,Here is my
Package.json
file,Expected Behavior
Should install all dependencies normally.
Actual Behavior
Doesn't install dependencies.
Here is the log after i run
pod install
Reproducible Demo
You can think it as an empty swift project with no dependencies.
The text was updated successfully, but these errors were encountered: