pod使用问题

安装完pod后,终端弹出如下⚠️

[!] The `BastionPay [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-BastionPay/Pods-BastionPay.release.xcconfig'. This can lead to problems with the CocoaPods installation

    - Use the `$(inherited)` flag, or

    - Remove the build settings from the target.


不能不管哟,这告诉你在Target中未设置正确,需要在Other Linker这个条目中加入$(inherited)


解决上面问题后,编译报Unable to resolve build file


9129568-f80de11a7bce2c58.png

由于工程里有其他子工程,自工程对应路径丢失造成,重新将子工程对应的.xcodeproj拖入


报头文件未找到错误

转载于:https://www.jianshu.com/p/01468b5fe0fe

猜你喜欢

转载自blog.csdn.net/weixin_34235105/article/details/91165428
pod