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

Bug on xcode16 #268

Open
AbductedSea opened this issue Sep 28, 2024 · 7 comments
Open

Bug on xcode16 #268

AbductedSea opened this issue Sep 28, 2024 · 7 comments

Comments

@AbductedSea
Copy link

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.

@kambala-decapitator
Copy link
Contributor

has already been fixed in #267

@intensert
Copy link

How does one apply this fix? I don't see the downloaded file updated, nor does checking for updates apply the fix.

@kambala-decapitator
Copy link
Contributor

build from source

@AbductedSea
Copy link
Author

How does one apply this fix? I don't see the downloaded file updated, nor does checking for updates apply the fix.

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.

@intensert
Copy link

How does one apply this fix? I don't see the downloaded file updated, nor does checking for updates apply the fix.

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.

@ImNoahDev
Copy link
Contributor

A working build of iOS App Signer for MacOS Sequoia can be found here: ImNoahDev/ios-app-signer/releases/tag/1.15.0

@DanTheMan827
Copy link
Owner

There’s a GitHub action that builds all commits.

such as this https://github.com/DanTheMan827/ios-app-signer/actions/runs/11671666635/artifacts/2143058241

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

5 participants