akemin-dayo / simject

simject is a command-line tool and iOS dynamic library that allows developers to easily test their tweaks on the iOS Simulator.
BSD 2-Clause "Simplified" License
486 stars 55 forks source link

missing required architecture i386 in file #45

Closed BandarHL closed 5 years ago

BandarHL commented 5 years ago

screen shot 2019-02-24 at 12 10 16 am screen shot 2019-02-24 at 12 10 57 am

PoomSmart commented 5 years ago

Do ARCHS=x86_64 in the respring_simulator’s Makefile

BandarHL commented 5 years ago

thanks it's working now screen shot 2019-02-24 at 7 57 53 pm

jontelang commented 5 years ago

Is there a reason it currently has +ARCHS = ... instead of just ARCHS = ...? At https://github.com/angelXwind/simject/blob/master/respring_simulator/Makefile#L2

(I just had the same issue and removing the + solved it for me)

PoomSmart commented 5 years ago

@jontelang That was a typo and surprisingly I hadn’t noticed that until now. This should be fixed as soon as possible.

jontelang commented 5 years ago

Oh okay, cool :+1: