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

fix: provisioning profile file path after Xcode 16 #1471

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

Yoodahun
Copy link
Contributor

Hello,

I am a user of the appium-device-farm plugin and have been enjoying its capabilities.

After updating to Xcode 16 and using this plugin, I encountered an issue where building the wda-resign.ipa did not work correctly with newly added iOS real devices. Upon investigation, I found that starting from Xcode 16, the directory path where provisioning profiles are stored has changed. I resolved the issue by explicitly specifying the correct directory path during the WDA build process.

Since this project uses the ios-mobileprovision-finder library, I looked into its repository and noticed that a related PR addressing this issue was submitted 3 weeks ago. However, as it is unclear when the PR will be merged and a new version released, I decided to implement a temporary fix myself.

Please review my changes, and if there are no issues, I hope this can be merged to address the problem for others as well.

ref.

Thank you!

Copy link

vercel bot commented Dec 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
appium-device-farm-bre4 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 0:55am

@Yoodahun Yoodahun marked this pull request as draft December 12, 2024 12:57
@Yoodahun Yoodahun marked this pull request as ready for review December 12, 2024 12:57
@saikrishna321 saikrishna321 merged commit 3114a4d into AppiumTestDistribution:main Dec 13, 2024
4 of 13 checks passed
saikrishna321 pushed a commit that referenced this pull request Dec 13, 2024
## [9.4.11](v9.4.10...v9.4.11) (2024-12-13)

### Bug Fixes

* provisioning profile file path after Xcode 16 ([#1471](#1471)) ([3114a4d](3114a4d))
Copy link

🎉 This PR is included in version 9.4.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants