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

pod lib create SomeName insists on Class Prefix #3013

Closed
getaaron opened this issue Jan 7, 2015 · 1 comment
Closed

pod lib create SomeName insists on Class Prefix #3013

getaaron opened this issue Jan 7, 2015 · 1 comment

Comments

@getaaron
Copy link

getaaron commented Jan 7, 2015

I have pod 0.36.0.beta.1 installed. Running pod lib create SomeName insists on a class prefix:

What is your class prefix?
 >

You need to provide an answer.

However, class prefixes are no longer required in Swift:

Namespacing is implicit in swift, all classes (etc) are implicitly scoped by the module (Xcode target) they are in. no class prefixes needed

Requiring a class prefix fixes the Swift->Obj-C bridging issue, but for apps written purely in Swift, it seems like a shame to totally ignore the namespacing feature.

@segiddins
Copy link
Member

Moved to CocoaPods/pod-template#88.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants