Xcode 10, not building pods can't build project

后端 未结 4 1746
后悔当初
后悔当初 2021-02-08 12:58

After updating to the latest Xcode to support ios12 I can\'t build my project It seems that none of the pods are being compiled. I\'m getting an error for unknown import such a

4条回答
  •  执念已碎
    2021-02-08 13:18

    This is the problem of your previous cache store in the derived data folder.

    Go to the DerivedData folder. Close XCode. Delete your apps from DerivedData folder. Reopen XCode, clean project and run again.

    XCode preference > Locations > Derived Data (click right side icon in the directory path, it will open DerivedData folder)

    Select your pod from the left project navigator. > Select Target. > Select "Build Settings". > Build Active Architecture Only to No

提交回复
热议问题