altstoreio / AltStore

AltStore is an alternative app store for non-jailbroken iOS devices.
https://altstore.io
GNU Affero General Public License v3.0
11.67k stars 886 forks source link

Xcode launchATLogin error #36

Open Mr-se7enX opened 4 years ago

Mr-se7enX commented 4 years ago

I successfully built ALstore, But I'm getting this error "launchATLogin error" for building ALtserver. Screen Shot 2019-10-03 at 9 59 00 PM

ccheever commented 4 years ago

This might fix it for you:

  1. Install Carthage. brew install carthage should work if you use Homebrew.

There are other ways to install it if you don't use Homebrew. Just google "carthage build system".

  1. In the root directory of the repo, run carthage update

You should see something like this:

ccheever@Charlies-MBP-13:~/tmp/AltStore$carthage update
*** Cloning LaunchAtLogin
*** Checking out LaunchAtLogin at "v2.5.0"
*** xcodebuild output can be found in /var/folders/59/g4lqbf7d4954h6539yvmn9wr0000gp/T/carthage-xcodebuild.2ULzeV.log
*** Building scheme "LaunchAtLogin" in LaunchAtLogin.xcodeproj
ccheever@Charlies-MBP-13:~/tmp/AltStore$

After that, try building again.

Mr-se7enX commented 4 years ago

thanks. I installed carthage. I also added the required frameworks like KeychainAccess.framework and LaunchAtLogin.framewor. Now i'm different error. Screen Shot 2019-10-08 at 11 23 08 AM