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.57k stars 1.05k forks source link

Fails to launch 10.14.6 Mojave #123

Open jackooooo opened 4 years ago

jackooooo commented 4 years ago

Hello just downloaded iOS App Signer (1.13.1). Get a "iOS App Signer quit unexpectedly quit" error on launch. The crash log reports: Application Specific Information: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'launch path not accessible' terminating with uncaught exception of type NSException abort() called

I tried downloading the source and compiling with Xcode but got the same error. I checked and have a valid certificate and ran a test hello world project on the iPad Pro running iOS 13 extension Process { func launchSyncronous() -> AppSignerTaskOutput { self.standardInput = FileHandle.nullDevice let pipe = Pipe() self.standardOutput = pipe self.standardError = pipe let pipeFile = pipe.fileHandleForReading self.launch()

    let data = NSMutableData()
    while self.isRunning {
        data.append(pipeFile.availableData)
    }
jackooooo commented 4 years ago

btw running in the Applications folder