Open AbductedSea opened 1 month ago
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
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.
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.
A working build of iOS App Signer for MacOS Sequoia can be found here: ImNoahDev/ios-app-signer/releases/tag/1.15.0
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.