appsquickly / typhoon-example

An example application built with Typhoon dependency injection framework.
Apache License 2.0
251 stars 59 forks source link

Compile error when I try to analyze the project #18

Closed antoniocasero closed 9 years ago

antoniocasero commented 9 years ago

XCode 6 + simulator (iphone 6):

../NSInvocation+TCFInstanceBuilder.m:87:45: error: use of undeclared identifier 'firstlyCreatedInstance' return [self typhoon_resultOfInvokingOn:firstlyCreatedInstance]; ^ 1 error generated. Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

jasperblues commented 9 years ago

Thanks for reporting. Moving this to main project.

Typhoon/#261