1

The following command used to work before xcode 7

xcrun -sdk iphoneos Validation myapp.ipa or myapp.app

But Now I am getting the above error.

How to solve this bug ? Do we have to install any additional utility ?

or

Is there any way to validate ipa file just like this ?

Durai Amuthan.H
  • 31,670
  • 10
  • 160
  • 241

1 Answers1

0

Doesn't seem like it works in Xcode7 anymore, but you can use altool instead. See https://stackoverflow.com/a/34089618/649

Community
  • 1
  • 1
beno
  • 2,160
  • 1
  • 25
  • 24
  • The thing is it requires the internet connection but the xcrun Validation doesn't require a internet connection.I am looking for a solution that's equivalent to this. – Durai Amuthan.H Jul 08 '16 at 06:53