infitio / flutter_socket_io

Socket IO supprt for flutter. Looking for contributors Swift and Java.
Other
191 stars 113 forks source link

compiling for iOS 9.0, but module 'SocketIO' has a minimum deployment target of iOS 10.0 #166

Closed bilalbaz1 closed 3 years ago

bilalbaz1 commented 3 years ago

Metadata

Have you tried reproducing the issue with example available in this repo?: Yes/No

Describe the bug A clear and concise description of what the bug is.

Steps to reproduce Add steps to reproduce the behavior

Expected behavior A clear and concise description of what you expected to happen.

Relevant Logs

Add any relevant logs about the problem here.

The Error I Received :

/Users/bilal/development/flutter/.pub-cache/hosted/pub.dartlang.org/adhara_socket_io-1.0.0/ios/Classes/AdharaSocket.swift:12:8: error: compiling for iOS 9.0, but module 'SocketIO' has a minimum deployment target of iOS 10.0: /Users/bilal/Desktop/flutter_d/challenge/build/ios/Debug-iphonesimulator/Socket.IO-Client-Swift/SocketIO.framework/Modules/SocketIO.swiftmodule/x86_64-apple-ios-simulator.swiftmodule import SocketIO ^

Console output in full : https://paste.ubuntu.com/p/p2dXsxFxTv/

bilalbaz1 commented 3 years ago

Solution found for iOS devices. https://github.com/infitio/flutter_socket_io/issues/167#issuecomment-841356273