Xcode 12 Problems: “Build input file cannot be found ”- Building for release on a react native app

后端 未结 4 1395
南旧
南旧 2020-12-21 09:08

When I try to do an archive build for "any iOS device", I receive this error:

Build input file cannot be found: \'/Users/.../Library/Developer/

4条回答
  •  一向
    一向 (楼主)
    2020-12-21 09:57

    So I had the exact same issue. After updating to Xcode 12 I had originally set both my project and target 's 'Excluded Architecture' to arm64 in order to run on Simulator. But, as you mention, that blocks anything from working on Release / Real device. All I had to do was switch to 'Any iOS Simulator SDK = arm64' instead of all of them, see screen shot below:

    link to screenshot

提交回复
热议问题