nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

Carthage simulator support #83

Closed Antowkos closed 8 years ago

Antowkos commented 8 years ago

I got this warning after use carthage update:

*** WARNING: Skipping build for "iphonesimulator" SDK because the necessary signing identity "Developer ID Application" is not installed

Please, change code signing identity to iOS Developer for Debug and iOS Distribution for Release, otherwise it's impossible to run app on simulator.

nuclearace commented 8 years ago

Have you verified that this is the correct setup for running on sim? I can't get Carthage to run on El Capitan so I can't check

nuclearace commented 8 years ago

Should be fixed in last update

Antowkos commented 8 years ago

Yes, it's fixed. Thanks