Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build/Products/Debug-iphonesimulator/*.app is not a valid path to an executable #115

Open
feige-2011 opened this issue Sep 11, 2022 · 2 comments

Comments

@feige-2011
Copy link

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

@feige-2011
Copy link
Author

截屏2022-09-11 12 30 57

@feige-2011
Copy link
Author

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。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant