You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Executable Path is a Directory
Domain: DVTMachOErrorDomain
Code: 5
Recovery Suggestion: /Users/mac/Library/Developer/Xcode/DerivedData/-bsobczvqhdqtzqevapkhgmdupkvk/Build/Products/Debug-iphonesimulator/.app is not a valid path to an executable file.
User Info: {
DVTErrorCreationDateKey = "2022-09-11 04:20:43 +0000";
}
Podfile add:
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = "arm64" end end end
and:
Build Settings -> Excluded Architectures-> Any iOS Simulator SDK-> arm64。
Executable Path is a Directory
Domain: DVTMachOErrorDomain
Code: 5
Recovery Suggestion: /Users/mac/Library/Developer/Xcode/DerivedData/-bsobczvqhdqtzqevapkhgmdupkvk/Build/Products/Debug-iphonesimulator/.app is not a valid path to an executable file.
User Info: {
DVTErrorCreationDateKey = "2022-09-11 04:20:43 +0000";
}
System Information
macOS Version 12.5.1 (Build 21G83)
Xcode 14.0 (21335) (Build 14A309)
Timestamp: 2022-09-11T12:20:43+08:00
The text was updated successfully, but these errors were encountered: