xcodebuild failure clang:error no such file or directory:

前端 未结 9 2056
伪装坚强ぢ
伪装坚强ぢ 2021-01-01 21:50

Having a problem when building with xcodebuild. My project/app builds fine with the Xcode - gui. It simply isn\'t finding/building the libcryptopp library which is part of t

相关标签:
9条回答
  • 2021-01-01 22:53

    Ok so by simply adding the correct -target -configuration and -scheme parameters I got this to run correctly. However due to my running this in Jenkins for autobuild purposes it still doesn't work as I'd like - getting stuck in exactly the same place. It's odd because I have the exact same code being built in another job that isn't having this problem. There is no rhyme or reason for it at this point. I will keep shooting rubber bands at it and update when I have an answer...

    0 讨论(0)
  • 2021-01-01 22:53

    Run this command :

    $ conda deactivate
    
    0 讨论(0)
  • 2021-01-01 22:55

    Look for the missing file in the Xcode project i.e the files may be deleted or miss placed.

    enter image description here

    add the missing files to the xcode, then everything will work fine.

    0 讨论(0)
提交回复
热议问题