'Build input file cannot be found' Swift 4.2, Xcode 10.0

前端 未结 26 2439
忘掉有多难
忘掉有多难 2021-01-30 10:16

I am getting the following error when building in Xcode 10.0 with swift 4.2:

26条回答
  •  粉色の甜心
    2021-01-30 10:35

    For me something totally different worked:

    Go to Target>Build Settings>Architectures

    My valid architectures before: arm64 arm64e armv7 armv7s (Defaults)

    Changed it to: armv7 i386 arm64 armv7s

提交回复
热议问题