-
Notifications
You must be signed in to change notification settings - Fork 403
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
No Podfile' found in the project directory on
pod install` step
#191
Comments
Ye same issues here |
Same story as this issue I'm afraid: CocoaPods/CocoaPods#5997 - Xcode 8 broke directory changing, and until we get a stable release out for that this will be broken alas. |
In the |
@orta Although I couldn't get anything to boot up on my screen. It would |
It's scheme may be a framework instead of the sim? |
@orta I was trying to build the |
@roblav96 Your workaround ( |
+1 |
cd ios then pod install --repo-update |
sudo gem install cocoapods |
where's the /Example? |
i have flutter project and while i run on mac i get the same error while using pod install command. |
in your |
iOS folder. which ios folder? I don't have an ios folder in my project. |
Would you mind sharing the screenshot of your project directory? |
I have created a test project and would like to add Google AdMob, for example. So I go to my project folder.
The Podfile is there quite normally and it doesn't matter whether I insert the pod or not, the same error message always comes up. |
Please run these commands in your project directory: |
I don't have an iOS folder in my project! |
Pod files can be installed on Windows ?? Please Tell me Anyone? |
No it cannot. Pod helps provide dependencies when xcode runs an ios application. |
Thank you for solving my problem! |
getting eror and i create the package using the command provided in the flutter official docs
|
I'm trying to create my own Pod using
pod lib create Test
. I've tried multiple times with various answers to each questions and every time at theRunning pod install on your new library.
step, Terminal outputs the following error :I'm using macOS Sierra (10.12.1 beta 1), Xcode 8 GM, CocoaPods Stack :
The text was updated successfully, but these errors were encountered: