Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Missing braces in Podfile example #30

Closed
fastred opened this issue Sep 5, 2013 · 0 comments
Closed

Missing braces in Podfile example #30

fastred opened this issue Sep 5, 2013 · 0 comments

Comments

@fastred
Copy link

fastred commented Sep 5, 2013

Hi, an example of a complex podfile (at http://docs.cocoapods.org/podfile.html) contains:

puts "#target.name"

where it should be:

puts "#{target.name}"

It seems that braces are getting ignored somewhere in the build process.

@orta orta closed this as completed Nov 27, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants