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

Bump minimum deployment target to iOS 12 to match Starscream dependency #1482

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

elefantel
Copy link

Currently there is an error when compiling for release:

Compiling for iOS 11.0, but module 'Starscream' has a minimum deployment target of iOS 12.0

This pull request addresses this error by bumping the minimum deployment target to match Starscream.

Currently there is an error when compiling for release:
```
Compiling for iOS 11.0, but module 'Starscream' has a minimum deployment target of iOS 12.0
```

This pull request addresses this error by bumping the minimum deployment target to match Starscream.
@nuclearace nuclearace changed the base branch from master to development March 18, 2024 13:11
@nuclearace nuclearace merged commit d069bbe into socketio:development Mar 18, 2024
1 check passed
@shuftipro
Copy link

Facing same issue.

@shuftipro
Copy link

@nuclearace Could you kindly provide an update on when you plan to merge changes into the master branch? We're currently unable to proceed with the new version due to this conflict.

@elefantel
Copy link
Author

Just following up as well to get an ETA on this @nuclearace?

@ghorbani-m
Copy link

@nuclearace I got the same issue when trying to push my iOS module to Cocoapods, Could you please let me know when you will merge this fix to the master branch?

@elefantel
Copy link
Author

It is apparent this will not be attended to anytime soon. Anyone still having this issue I managed to fix it by fixing the Startscream version on the podspec to the last known working version 4.0.6. Then Socket IO uses that version you specify instead of the latest version 4.0.8.

s.dependency 'Starscream', '4.0.6'
s.dependency 'Socket.IO-Client-Swift', '~> 16.1.0'

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

4 participants