Skip to content

Fix webp installation iOS #1518

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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

CedricGuillemet
Copy link
Contributor

@CedricGuillemet CedricGuillemet commented May 14, 2025

Replace Xcode task with cmake --build equivalent.
Previously task with Playground scheme was not building all targets but install scheme introduced an issue that I could not fix: error: unable to attach DB: error: accessing build database.

some related stackoverflow threads :
https://stackoverflow.com/questions/73301738/xcode-13-4-1-error-unable-to-attach-db-error-accessing-build-database-react/73301739
https://stackoverflow.com/questions/51153525/xcode-10-unable-to-attach-db-error/52386834#52386834

@CedricGuillemet CedricGuillemet requested a review from bghgary June 3, 2025 12:25
@CedricGuillemet CedricGuillemet marked this pull request as ready for review June 3, 2025 12:25
configuration: Release
displayName: 'Build Playground iOS'
- script: |
cmake --build buildiOS --config Release -- -sdk iphoneos CODE_SIGNING_ALLOWED=NO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe leave a comment on why we are not using the task here?

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

Successfully merging this pull request may close these issues.

2 participants