xcodebuild failure clang:error no such file or directory:

前端 未结 9 2071
伪装坚强ぢ
伪装坚强ぢ 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: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.

提交回复
热议问题