zoukankan      html  css  js  c++  java
  • Git失误操作导致文件冲突、路径错误

    背景:一个月没碰这个App项目,进入项目路径后无脑pull远端仓库,导致本地文件冲突,虽然reset到之前的commit节点,但还是导致了以下意料之外的问题。

    查询结果:-L -> Library , -F -> Framework, 

    错误提示:

        ld: warning: directory not found for option'-L/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/usr/lib/system'

        ld: warning: directory not found for option '-F/Users/Touch/Desktop/0_MYWORK/ios/renrenbx/Vendor/QQ'


        ld: entry point (_main) undefined. for architecture armv7
        clang: error: linker command failed with exit code 1 (use -v to see invocation)

    问题原因:dev分支pull远端仓库导致文件冲突,执行git reset hard xxx


    解决方法:删除Framework Search Paths 、Library Search Paths 路径,并重新添加第三方库文件。检查Build Phases 是否缺失文件。Clean,重新编译。

  • 相关阅读:
    原生js面试题
    ZJOI2017day2退役战
    uoj6
    uoj5
    uoj2
    uoj1
    论逗逼的自我修养之ZJOI2017Day1
    noip2016滚粗记
    统计损失
    珍珠项链
  • 原文地址:https://www.cnblogs.com/madarax/p/6513168.html
Copyright © 2011-2022 走看看