在 iOS xcode 14 中运行应用程序时,可执行路径是一个目录问题

问题描述 投票:0回答:1

我正面临上述问题。我检查了提及路径,发现它不是一个目录,它是一个有效的可执行路径,但仍然面临同样的问题。

详情如下:

Executable Path is a Directory
Domain: DVTMachOErrorDomain
Code: 5
Recovery Suggestion: /Users/apple/Library/Developer/Xcode/DerivedData/project name-hjamepccgssuuxegmglcegpnsvkp/Build/Products/Debug-iphoneos/projectname.app is not a valid path to an executable file.
User Info: {
    DVTErrorCreationDateKey = "2023-06-12 12:59:16 +0000";
}
--````
ios swift iphone xcode xcode14
1个回答
0
投票

我通过将 x86_64 添加到 VALID_ARCHS 来修复它。构建设置搜索“VALID_ARCHS”,检查 x86_64 是否存在,添加并运行。它对我有用

© www.soinside.com 2019 - 2024. All rights reserved.