microsoftconnect / intune-app-wrapping-tool-ios

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

Failed to inject IntuneMAM.framework into the app #17

Closed shacharudi closed 5 years ago

shacharudi commented 5 years ago

Hi,

I'm trying to wrap my iOS app but getting this error:

Failed to inject IntuneMAM.framework into the app
Cause of the error to be provided for investigation:Error Domain=Insufficient space to insert library dependency. Code=-1 "(null)"

Not sure if it's related but before the command fails I'm getting this warning:

Warning: Unable to verify system settings for certificate revocation checks

This is the command I'm using:

/Volumes/IntuneMAMPackager/Contents/MacOS/IntuneMAMPackager   -i "APP_INPUT.ipa" -o "OUTPUT_APP_PATH.ipa" -p "PROVISIONING_FILE_PATH" -c "CERT_HASH" -v true

I couldn't find anything about it online.. any idea's what could be the issue?

Thank you!

shacharudi commented 5 years ago

I managed to solve this by disabling enable bitcode under the target Build Settings

Kyle-Reis commented 5 years ago

Makes sense, we do not support bitcode-enabled apps.