无法运行pod安装。得到以下错误

时间:2016-04-18 14:42:22

标签: ios iphone xcode macos cocoapods

ankit-srivastava-iMac:ixigo-travel ankit$ pod install
Updating local specs repositories

CocoaPods 1.0.0.beta.8 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.

Analyzing dependencies
2016-04-18 20:08:36.725 ruby[98876:1962512] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 956. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
/Library/Ruby/Gems/2.0.0/gems/cocoapods-0.39.0/lib/cocoapods/user_interface/error_report.rb:13:in `report': incompatible character encodings: UTF-8 and ASCII-8BIT (Encoding::CompatibilityError)
    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.39.0/lib/cocoapods/command.rb:61:in `report_error'
    from /Library/Ruby/Gems/2.0.0/gems/claide-0.9.1/lib/claide/command.rb:374:in `handle_exception'
    from /Library/Ruby/Gems/2.0.0/gems/claide-0.9.1/lib/claide/command.rb:315:in `rescue in run'
    from /Library/Ruby/Gems/2.0.0/gems/claide-0.9.1/lib/claide/command.rb:303:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.39.0/lib/cocoapods/command.rb:47:in `run'
    from /Library/Ruby/Gems/2.0.0/gems/cocoapods-0.39.0/bin/pod:44:in `<top (required)>'
    from /usr/local/bin/pod:23:in `load'
    from /usr/local/bin/pod:23:in `<main>'

Podfile内容

platform :ios, '8.0'
use_frameworks!

target 'ixigo-travel' do

    # UI Elements
    pod 'SVProgressHUD'
    pod 'PureLayout'
    pod 'StatefulViewController'

    pod 'RazzleDazzle'

    # Utilities
    pod 'KeychainSwift'
    pod 'HanekeSwift'

    # API
    pod 'Alamofire'
    pod 'ObjectMapper'
    pod 'AlamofireObjectMapper'
    pod 'ReachabilitySwift'

    # Facebook
    pod 'FBSDKCoreKit'
    pod 'FBSDKLoginKit'

    # Google
    pod 'Google/SignIn'

    # Crashlytics
    pod 'Fabric'
    pod 'Crashlytics'

    # Analytics
    pod 'CleverTap-iOS-SDK'
    pod 'Google/Analytics'

end

0 个答案:

没有答案