.dylib file is missing

前端 未结 6 2025
我寻月下人不归
我寻月下人不归 2021-01-04 02:37

I am trying to compile my project in iOS 9. I am using XCode7. Here is how it looks like: error:

/Applications/Xcode.app/Contents/Developer/Toolchains/Xcode         


        
6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-04 02:42

    libz.dylib is now found under libz.tbd

    the .tbd files are new "text-based stub libraries", that provide a much more compact version of the stub libraries for use in the SDK

    see Swift 2 / iOS 9 - libz.dylib not found

提交回复
热议问题