marzipanify icon indicating copy to clipboard operation
marzipanify copied to clipboard

How to use marzipanify

Open kashiftriffort opened this issue 7 years ago • 7 comments

Hi,

I have followed all the steps which you have explained, however I am not sure, how to use this tool with our sample app.

kashiftriffort avatar Oct 11 '18 06:10 kashiftriffort

  1. Archive this repo, copy the exec Archive.
  2. Build your iOS app, Copy the .app from Debug-iphonesimulator,
  3. run ./marzipanify YourSimulatorApp.app

Sorted...

duncandee avatar Nov 23 '18 12:11 duncandee

@duncandee I got -bash: run: command not found I did instal "xcode command line tools"

I don't know why I got this error !

X901 avatar Jan 01 '19 07:01 X901

@X901 are you getting this error when you are doing step 3?

duncandee avatar Jan 03 '19 17:01 duncandee

@duncandee Yup

X901 avatar Jan 03 '19 17:01 X901

Not sure if you ever got this figured out @X901 but "run" in step 3 is not a command, its @duncandee telling you to "run the script"

You should just type "./marzipanify YourSimulatorApp.app" into your terminal

nickmc1210 avatar Jan 16 '19 21:01 nickmc1210

  1. Archive this repo, copy the exec Archive.
  2. Build your iOS app, Copy the .app from Debug-iphonesimulator,
  3. run ./marzipanify YourSimulatorApp.app

Sorted...

@duncandee I tried to follow same step disable security from terminal, however after running script, its showing me error. Below script.

(lldb) target create "SampleTest.app" Current executable set to 'SampleTest.app' (x86_64). (lldb) run error: process exited with status -1 (unable to attach)

kashiftriffort avatar Feb 24 '19 09:02 kashiftriffort

I found it helpful to copy the executable binary found in the archive files contents (./marzipanify.xcarchive/Products/usr/local/bin/marzipanify) to the desktop..

DataZombies avatar Mar 07 '19 14:03 DataZombies