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

Unknown type name 'NSString' for objc code #15

Closed
kostiakoval opened this issue Jan 22, 2015 · 5 comments
Closed

Unknown type name 'NSString' for objc code #15

kostiakoval opened this issue Jan 22, 2015 · 5 comments

Comments

@kostiakoval
Copy link

.../Source/Storyboard/StoryboardIdentifiers.m:3:9: In file included from
error: unknown type name 'NSString' extern NSString * const SomeCell;

There is no Foundation import for generated objc file. If I add id manual it works

File Content

// Auto generated file - any changes will be lost


#pragma mark - tableViewCell.reuseIdentifier
extern NSString * const SomeCell;
@orta
Copy link
Collaborator

orta commented Jan 22, 2015

This was fixed earlier - b77cb71

I've pushed v1.1.1 just now which should bring it to everyone.

@orta orta closed this as completed Jan 22, 2015
@kostiakoval
Copy link
Author

Thanks @orta, you are the best! ))

@the-habu
Copy link

the-habu commented Apr 2, 2015

Hi @orta, I made sure I have only 1.1.1 on my machine but I am still having the problem with the missing import. The only way I can get it to work is with a pch file in XCode.

@orta
Copy link
Collaborator

orta commented Apr 2, 2015

I've deployed 1.1.2 with the changes since jan, see if that fixes it for you.

@the-habu
Copy link

the-habu commented Apr 2, 2015

Now it works flawlessly. Thanks @orta... great!!!

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

3 participants