ipatool failed with an exception: #<TypeError: no implicit conversion of nil into Array>

ipatool failed with an exception: #<TypeError: no implicit conversion of nil into Array> Introduced 11 integrations ago


I am using Xcode 8.3.3 integration server to bulild app, but now when i bulid app than it sucessfully Archive.

But ipa is not export because ipaTool error.


Any thoughts?

This is sometimes due to some part of your app missing the UIDeviceFamily key in an Info.plist, such as a framework. As the linked document states, this key is automatically produced based on the project settings and shouldn't be manually added, so it is an indication that there is a bundle in your app that is built incorrectly, such as a pre-built framework, or a framework from a vendor you use.

ipatool failed with an exception: #&lt;TypeError: no implicit conversion of nil into Array&gt;
 
 
Q