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

Could not build Objective-C module 'Typhoon' #443

Closed
tartakovsky opened this issue Nov 6, 2015 · 4 comments
Closed

Could not build Objective-C module 'Typhoon' #443

tartakovsky opened this issue Nov 6, 2015 · 4 comments

Comments

@tartakovsky
Copy link

Hello!

I'm trying to integrate the Typhoon via Carthage to my Swift-based project and i'm getting these errors when i'm trying to build my project:
http://take.ms/tgsQH

I've followed the Carthage's guide on framework integration precisely.

Could you please give me some hint how to solve this problem?

P.S.
Carthage version: 0.10.0
Typhoon version: 3.4.1

@etolstoy
Copy link
Contributor

etolstoy commented Nov 6, 2015

Hi, @Flar49 . Thanks for reporting, I'll investigate it immediately.

@etolstoy
Copy link
Contributor

etolstoy commented Nov 6, 2015

@Flar49 that was our problem - and it's fixed now. The new version will be released ASAP, meanwhile you can use github "appsquickly/Typhoon" "master" in your Cartfile.

And thanks for reporting - you've helped a lot of our users! 🎉

@tartakovsky
Copy link
Author

@igrekde thanks Egor, i appreciate the fast response and fix :)

@poborin
Copy link

poborin commented Dec 22, 2015

Looks like the same issue appeared again in 3.4.4:

While building module 'Typhoon' imported from /Users/poborin/projects/intelematics/ios-bt-danlaw-driver/BLEDanlawClient/BLEDanlawClient/BLEDanlawClient.h:11:
In file included from <module-includes>:1:
In file included from /Users/poborin/projects/intelematics/ios-bt-danlaw-driver/BLEDanlawClient/../Carthage/Build/iOS/Typhoon.framework/Headers/Typhoon.h:23:
In file included from ../Carthage/Build/iOS/Typhoon.framework/Headers/TyphoonAssembly.h:12:
../Carthage/Build/iOS/Typhoon.framework/Headers/TyphoonDefinition.h:16:9: fatal error: 'TyphoonDefinitionNamespace.h' file not found
#import "TyphoonDefinitionNamespace.h"
        ^
1 error generated.
In file included from /Users/poborin/projects/intelematics/ios-bt-danlaw-driver/BLEDanlawClient/BLEDanlawClient/BLEDanlawClient.m:9:
/Users/poborin/projects/intelematics/ios-bt-danlaw-driver/BLEDanlawClient/BLEDanlawClient/BLEDanlawClient.h:11:9: fatal error: could not build module 'Typhoon'
@import Typhoon;

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

No branches or pull requests

4 participants