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

Fixing compilation issue on Release (Archive): #217

Merged
merged 1 commit into from
May 2, 2014
Merged

Fixing compilation issue on Release (Archive): #217

merged 1 commit into from
May 2, 2014

Conversation

atkit
Copy link
Contributor

@atkit atkit commented May 2, 2014

Tried to build Archive of Typhoon and got simple to fix error:

/Users/andrew/Desktop/Typhoon/Source/Factory/Provider/TyphoonAssistedFactoryMethodInitializerClosure.m:54:58: error: use of undeclared identifier 'count' NSAssert([self validateInitializerParameterCount:count], @"parameter map for %s do not fill all %lu parameters", sel_getName(_initSelector), (unsigned long) count); ^ In file included from /Users/andrew/Desktop/Typhoon/Source/Factory/Provider/TyphoonAssistedFactoryMethodInitializerClosure.m:1:

/Users/andrew/Desktop/Typhoon/Source/Factory/Provider/TyphoonAssistedFactoryMethodInitializerClosure.m:54:58: error: use of undeclared identifier 'count'
        NSAssert([self validateInitializerParameterCount:count], @"parameter map for %s do not fill all %lu parameters", sel_getName(_initSelector), (unsigned long) count);
                                                         ^
In file included from /Users/andrew/Desktop/Typhoon/Source/Factory/Provider/TyphoonAssistedFactoryMethodInitializerClosure.m:1:
jasperblues added a commit that referenced this pull request May 2, 2014
Fixing compilation issue on Release (Archive):
@jasperblues jasperblues merged commit c3f8f0e into appsquickly:master May 2, 2014
@jasperblues
Copy link
Member

Thanks @andrew-tokarev !

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

Successfully merging this pull request may close these issues.

2 participants