microsoftconnect / intune-app-wrapping-tool-ios

This is the software for the Intune App Wrapping Tool for iOS.
55 stars 12 forks source link

Cannot launch the IntuneMAMPackager on MacOS 10.14.6 #31

Closed pedrr closed 5 years ago

pedrr commented 5 years ago

if I download the latest one 12.0.12 I cannot launch the IntuneMAMPackager on MacOS 10.14.6 with the following error message from the OS:

"IntuneMAMPackager" is damaged and can't be opened. You should move it to the Trash.

image

Kyle-Reis commented 5 years ago

Hey @pedrr, you should first launch a terminal window, then drag/drop the IntuneMAMPackager file into the terminal to paste in the full path to the executable

Kyle-Reis commented 5 years ago

https://docs.microsoft.com/intune/developer/app-wrapper-prepare-ios#run-the-app-wrapping-tool

pedrr commented 5 years ago

ok, it works in this way, but what causes this change? As I remember correctly, with SDK 10.X it works with opening it from the finder

Kyle-Reis commented 5 years ago

Why do you want to open from Finder? You will need to provide command line arguments to use the tool.

cjennewein-uhi commented 5 years ago

I receive the same error when using the IntuneMAMPackager in Terminal with MacOS 10.15.

I mount the dmg and run the command, then immediately receive the error. /Volumes/IntuneMAMPackager/Contents/MacOS/IntuneMAMPackager -i app.ipa -o app_intune.ipa -p app.mobileprovision -c "cert_name" -v zsh: killed /Volumes/IntuneMAMPackager/Contents/MacOS/IntuneMAMPackager -i -o -p -c -

Kyle-Reis commented 5 years ago

@cjennewein-uhi, I am also able to reproduce this and am investigating.

ram2386 commented 5 years ago

@Kyle-Reis: I am getting the same error message in the IntuneMAMPackager in Terminal with MacOS 10.15.

Screenshot 2019-10-20 at 2 17 58 PM

Please find the above-attached screenshot for the same.

Kyle-Reis commented 5 years ago

Hey @pedrr, @cjennewein-uhi, and @ram2386. We just pushed an update to the repo which should address this issue. Could you each confirm that it's working for you now?

cjennewein-uhi commented 5 years ago

@Kyle-Reis, I can confirm I was able to package the app after the dmg update. Thanks!

taofang0418 commented 5 years ago

@Kyle-Reis I still have the same problem with version 12.0.12 on MacOS 10.15

ram2386 commented 5 years ago

@Kyle-Reis I still have the same problem on MacOS 10.15 and getting the same error message.

Kyle-Reis commented 5 years ago

Hey @taofang0418, and @ram2386, I was able to reproduce the issue as well after downloading the source zip from the releases page. Could you confirm that this is how you downloaded the DMG? As a workaround, if you clone the git repo, it should work. I'll continue to investigate in the meantime

ram2386 commented 5 years ago

Thank you @Kyle-Reis, Yes if I clone the git repo, it works. Please let me know once you resolve the issue when I download and install it via the source zip.

Kyle-Reis commented 5 years ago

We'll have an update out soon which should address the source-download issue.

taofang0418 commented 5 years ago

Hi @Kyle-Reis , it was not working by downloading the source zip but works with clone the git repo.

Kyle-Reis commented 5 years ago

Hey everyone. This issue should be addressed with today's update. Note: we had to move the plist argument example file out of the .DMG and into the repo root. It should be included in the DMG again with the next update.

ericschrad1987 commented 4 years ago

@Kyle-Reis

Hi Everyone. I downloaded the latest release and am getting the same error as the original poster. I have tried copying the path to terminal and running the script through terminal with no success.

I am running Mac OS High Catalina 10.15.2.

What can I do?

Trhacz commented 4 years ago

I have same problem.