fabiopelosin / Ikeda

11 stars 1 forks source link

incompatible character encodings: UTF-8 and US-ASCII #4

Closed yas375 closed 12 years ago

yas375 commented 12 years ago

As you ask I've try to use this app on my machine. Here is my first bug report(

I've just opened Ikeda and my project in xcode. In ikeda I've pressed "install" button. And in a dark popup it told me that it fails with error 'incompatible character encodings: UTF-8 and US-ASCII' (

Here is my full log: https://gist.github.com/47c8b206fbe3501f7a59

Additional info:

I've installed rvm with ruby-1.9.3-p194

➜  ~  rvm list

rvm rubies

=* ruby-1.9.3-p194 [ x86_64 ]

# => - current
# =* - current && default
#  * - default

When I running pod install in console it's working:

➜  photozeen-ios git:(master) ✗ pod install
Updating spec repo `master'
Using Appirater (0.0.3)
Using CocoaLumberjack (1.3.3)
Using Facebook-iOS-SDK (3.0.8)
Using FlurrySDK (4.0.1)
Using MBProgressHUD (0.5)
Using MKNetworkKit (0.83)
Using MTStatusBarOverlay (0.9.1)
Using Reachability (3.0.0)
Using SBJson (2.2.3)
Using SSPullToRefresh (1.0.1)
Using TestFlightSDK (1.1.beta3)
Using US2FormValidator (1.0.4)
Generating support files
➜  photozeen-ios git:(master) ✗ 
fabiopelosin commented 12 years ago

Thanks with the report. I'll have to investigate it.

alloy commented 12 years ago

Maybe it’s this issue? https://github.com/CocoaPods/CocoaPods/issues/530

fabiopelosin commented 12 years ago

I missed that one, from the logs it appears to be exactly the same issue.

yas375 commented 12 years ago

FYI: I've recheck this issue on the latest CocoaPodsApp (6618d8d) and it still exists.

fabiopelosin commented 12 years ago

Yes, we are still using the released CocoaPods v0.14.0 on it.

fabiopelosin commented 12 years ago

Should be fixed with update the CocoaPods 0.15

yas375 commented 12 years ago

it's ok now! Thanks)