Swift 2 / iOS 9 - libz.dylib not found

前端 未结 8 1165
小蘑菇
小蘑菇 2020-12-04 10:49

I\'m using some external codes from google in my new Swift 2.0 project that required \"libz.dylib\" in earlier versions. After updating to the new Xcode / the new SDK.

8条回答
  •  春和景丽
    2020-12-04 11:26

    Remove all dynamic libraries (dylib) from the linking with binaries phase. It will find these libraries on its own.

提交回复
热议问题