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 error with SPM on Azure devops #818

Open
devuzan opened this issue Mar 21, 2023 · 1 comment
Open

Build error with SPM on Azure devops #818

devuzan opened this issue Mar 21, 2023 · 1 comment

Comments

@devuzan
Copy link

devuzan commented Mar 21, 2023

Hi all,

I just implemented latest version of Rswift via SPM.
It works correctly on my local machine but I couldnt build on my azure devops platform.

It says that.

2023-03-21T10:12:16.5213040Z /Users/runner/Library/Developer/Xcode/DerivedData/AppName-drtnhsmapwemhbbldkbvogbtrcef/SourcePackages/checkouts/R.swift/Package.swift: error: Bundle identifier is missing. RswiftGeneratePublicResources doesn't have a bundle identifier. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor. (in target 'RswiftGeneratePublicResources' from project 'Rswift')
2023-03-21T10:12:16.5316730Z note: Run script build phase 'R.swift generate resources for application AppName' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'AppName' from project 'AppName')
2023-03-21T10:12:16.5419570Z note: Run script build phase 'R.swift generate resources for application AppName' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'AppName' from project 'AppName')
2023-03-21T10:12:16.5522780Z /Users/runner/Library/Developer/Xcode/DerivedData/AppName-drtnhsmapwemhbbldkbvogbtrcef/SourcePackages/checkouts/R.swift/Package.swift: error: Bundle identifier is missing. RswiftGenerateInternalResources doesn't have a bundle identifier. Add a value for PRODUCT_BUNDLE_IDENTIFIER in the build settings editor. (in target 'RswiftGenerateInternalResources' from project 'Rswift')
2023-03-21T10:12:16.5624950Z ** BUILD FAILED **
2023-03-21T10:12:16.5725890Z 
2023-03-21T10:12:16.5829220Z ##[debug]Exit code 65 received from tool '/usr/bin/xcodebuild'

Have you any recommandation?

@tomlokhorst tomlokhorst changed the title The process '/usr/bin/xcodebuild' failed with exit code 65 Build error with SPM on Azure devops Mar 21, 2023
@SandrikaJanjghava
Copy link

I'm having the same problem on Azure pipelines. Also others are having problem with Xcode cloud. Also is opened the ticket: #777

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

2 participants