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

Typhoon not compiling after update pod #542

Open
jcmartinac opened this issue Jan 20, 2017 · 8 comments
Open

Typhoon not compiling after update pod #542

jcmartinac opened this issue Jan 20, 2017 · 8 comments
Assignees
Labels

Comments

@jcmartinac
Copy link

I have updted my pods, and typhoon has changed version from 3.5.1 to 4.0.1, and compiling throws this:
captura de pantalla 2017-01-20 a las 8 50 42

I have done a clean and clean build folder without solve it. Any clue?

@alexgarbarev
Copy link
Contributor

Yeah, I think something is not right inside your Pods configuration. Try to delete Pods folder and then call pod install. Also make sure that Typhoon only added to your main project target (not tests target)

@jcmartinac
Copy link
Author

jcmartinac commented Jan 20, 2017

Following your directions I got same error. This is mi pod file:

source 'https://github.com/CocoaPods/Specs.git'

use_frameworks!

platform :ios, '9.0'

abstract_target 'Project' do
    pod 'AFNetworking', '~> 3.0'
    pod 'Typhoon'
    pod 'JSONModel'
    pod 'Realm'
    pod 'Crashlytics'
    pod 'OHHTTPStubs'
    pod 'EXTView'
    pod 'ActionSheetPicker-3.0'
    
    target 'Project-PRO'
    target 'Project-QA'
    target 'Project-DEV'
    target 'Project-AppStore'
    
end

target 'ProjectTests' do
    
    pod 'OCMock'
    pod 'OHHTTPStubs'
    pod 'Realm'
    
end

target 'ProjectIntegrationTests' do
    
    pod 'OCMock'
    pod 'OHHTTPStubs'
    pod 'Realm'
    
end

@etolstoy etolstoy added the bug label Feb 5, 2017
@etolstoy
Copy link
Contributor

etolstoy commented Feb 5, 2017

@jcmartinac do you still have this problem?

@jcmartinac
Copy link
Author

@etolstoy nothing change since last time... I am working with version: pod 'Typhoon', '~> 3.5.1', because I don't know how to solve it

@etolstoy etolstoy self-assigned this Feb 7, 2017
@etolstoy
Copy link
Contributor

etolstoy commented Feb 7, 2017

@jcmartinac I'll check it.

@jcmartinac
Copy link
Author

@etolstoy did you find anything?

@cbedoy
Copy link

cbedoy commented Apr 4, 2017

I'm having the same issue but with xcode 8.3

@AdithyaReddy
Copy link

AdithyaReddy commented Jul 2, 2018

screen shot 2018-07-02 at 1 37 47 pm

I am trying to migrate from 3.5.1 -> 4.0.5 and I get the above error. My codebase is running on Swift3.2.

Can someone please have a look at this?

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

No branches or pull requests

5 participants