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

Update Starscream.podspec #854

Closed
wants to merge 1 commit into from
Closed

Conversation

uypanha
Copy link

@uypanha uypanha commented Dec 10, 2020

Fixed Xcode 12 iOS minimum version support

Fixed Xcode 12 iOS minimum version support
@acmacalister
Copy link
Collaborator

thanks. We went ahead and updated it today.

@pabiagioli
Copy link

you missed updating the spec.version field
I'm having issues since 4.0.5 like this

dyld[799]: Symbol not found: _$s10Starscream17WebSocketDelegateP10didReceive5event6clientyAA0bC5EventO_AA0bC0CtFTq

Did you modify the WebSocketDelegate signatures? maybe the podspec version field is related to this error

I'm using the pod like this

pod 'Starscream', '~> 4.0.0'

it has been solved when changing the line like this

pod 'Starscream', :git => 'git@github.com:daltoniam/Starscream.git', :tag => '4.0.4', :submodules => true

versions 4.0.5 and 4.0.6 say I'm installing 4.0.4

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.

None yet

3 participants