Xcode warning: “Multiple build commands for output file”

前端 未结 23 1679
既然无缘
既然无缘 2020-11-28 17:29

I am getting an error like this:

[WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/no.png

<
23条回答
  •  离开以前
    2020-11-28 17:55

    Commenting use_frameworks! in PodFile worked for me.

    #use_frameworks!
    

    Note: Did this on XCode 10.1, pod version 1.8.4

提交回复
热议问题