CocoaPods / CocoaPods/pod-template

No `Podfile' found in the project directory on `pod install` step

Open
#191 22 comments 12 reactions 0 assignees View on GitHub
Dominant language
Ruby
Stars
394
Forks
391
PR merge metrics
No merged PRs in 30d

Description

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 the `Running pod install on your new library.` step, Terminal outputs the following error :

```
[!] No `Podfile' found in the project directory.

Ace! you're ready to go!
We will start you off by opening your project in Xcode
open 'TestObjC/Example/TestObjC.xcworkspace'
The file /Users/xxx/Documents/Projects/TestObjC/Example/TestObjC.xcworkspace does not exist.
```

I'm using macOS Sierra (10.12.1 beta 1), Xcode 8 GM, CocoaPods Stack :

```
cocoapods (1.1.0.rc.2)
cocoapods-clean (0.0.1)
cocoapods-core (1.1.0.rc.2)
cocoapods-deintegrate (1.0.1)
cocoapods-downloader (1.1.1)
cocoapods-open (0.0.8)
cocoapods-plugins (1.0.0)
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-superdeintegrate (0.0.1)
cocoapods-trunk (1.0.0)
cocoapods-try (1.1.0)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the `pod lib create Test` flow on the reported CocoaPods stack and inspect the generated `TestObjC/Example` directory when the `pod install` step runs. The work is done when the command finds a Podfile and creates the expected `TestObjC.xcworkspace` without the reported error.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, ruby
Domain
build-system, cli, tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.