V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
vulgur
V2EX  ›  Xcode

如何解决 can't locate file for: -licucore 这个错误?

  •  
  •   vulgur · 2015-03-20 10:57:32 +08:00 · 6623 次点击
    这是一个创建于 3296 天前的主题,其中的信息可能已经有所发展或是发生改变。

    iOS新手一名,接手了一个前人留下的项目。花了一天时间才解决了第三方库不支持64位的问题,除掉了几十个error,但是最终被这个错误打败了……搜遍了也没找到解决方法,不知道还应该如何配置Build Settings和Build Phases,或者是其他什么地方???特来请教!

    具体的错误信息在这里: http://stackoverflow.com/questions/29141941/building-error-whats-licucore-and-how-can-i-fix-this-error

    Podfile内容如下:

    pod 'AVOSCloud'
    
    target :Model do
      link_with ['DianaModels']
    
      pod 'ReactiveCocoa',    '~> 2.2'
      pod 'TMCache',          '~> 1.2'
      pod 'SSKeychain',       '~> 1.2'
      pod 'Mantle',           '~> 1.3'
      pod 'AFNetworking',     '~> 1.0'
    end
    
    target :Test do
      link_with ['DianaTests']
    
      pod 'Kiwi',             '~> 2.2'
    end
    
    target :View do
      link_with ['Diana']
    
      pod 'SVPullToRefresh',  '~> 0.4'
      pod 'MBProgressHUD',    '~> 0.7'
      pod 'SWTableViewCell',  '~> 0.1'
      pod 'MTMigration'
      pod 'Masonry'
      pod 'TTTAttributedLabel'
      pod 'NJKWebViewProgress'
    
      target :ViewDebug do
        link_with [
          'DianaDev',
          'DianaViews'
        ]
    
        pod 'Reveal-iOS-SDK'
      end
    end
    
    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1724 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 40ms · UTC 16:40 · PVG 00:40 · LAX 09:40 · JFK 12:40
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.