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

Swift 2.0 Human readable files requires Foundation #299

Closed
kostiakoval opened this issue Aug 24, 2015 · 1 comment
Closed

Swift 2.0 Human readable files requires Foundation #299

kostiakoval opened this issue Aug 24, 2015 · 1 comment

Comments

@kostiakoval
Copy link

@objc attribute used without importing module 'Foundation'

@objc(Entity) // Error here
public class Entity: _Entity {
    // Custom logic goes here.
}

Fix - Add Import Foundation

kostiakoval added a commit to kostiakoval/mogenerator that referenced this issue Aug 24, 2015
@rentzsch
Copy link
Owner

Hey Kostiantyn,
Thanks for the Pul Request. It looks like mogenerator 1.30 will be a Swift 2.0 release, which will be in the mainline instead of relegated to contributed templates. Please co-ordinate with @justin on #302.

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