Search code examples
objective-cjwplayerios12

ipatool failed with an exception: Xcode 10.1


I am developing a music player app using JWPlayer. Previously I was using iOS_SDK 2.9.1. Now I update the SDK into the new version iOS_SDK 3.5.1. After the update of SDK, I cannot able to export the .ipa file from XCode. Am getting an error message as "ipatool failed with an exception:

Please look into the screenshot of the error message as follows.

enter image description here


Solution

  • Even I have faced the same issue after updating the pods. The fix which was worked for me is to uncheck the Bitcode option while archiving it. enter image description here

    Please check the attached image