-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bug on xcode16 #268
Comments
has already been fixed in #267 |
How does one apply this fix? I don't see the downloaded file updated, nor does checking for updates apply the fix. |
build from source |
Download the project in to Xcode and then select Build from Product menu. Once Build is completed, "show build folder in finder" from the product menu and launch the app. Before you could, you can also connect Github to XCode by going to Xcode -> Settings -> Accounts -> select the type of account you want to add as Github and follow the directions. |
Thank you for the detailed reply, this is what I needed. |
A working build of iOS App Signer for MacOS Sequoia can be found here: ImNoahDev/ios-app-signer/releases/tag/1.15.0 |
There’s a GitHub action that builds all commits. such as this https://github.com/DanTheMan827/ios-app-signer/actions/runs/11671666635/artifacts/2143058241 |
I noticed the app has been broken due to new version of Xcode 16. The default location of the provisioning profiles is no longer at ~/Library/MobileDevice/Provisioning Profiles to ~/Library/Developer/Xcode/UserData/Provisioning Profiles. I was able to get around the issue with symbolic link and works. Assuming the iOS Appsigner is hardcoded to look for at specific location.
The text was updated successfully, but these errors were encountered: