DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.64k stars 1.06k forks source link

Bug on xcode16 #268

Open AbductedSea opened 1 month ago

AbductedSea commented 1 month ago

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 commented 1 month ago

has already been fixed in #267

intensert commented 1 month ago

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

kambala-decapitator commented 1 month ago

build from source

AbductedSea commented 1 month ago

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 commented 1 month ago

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 commented 2 days ago

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