cancel
Showing results for 
Search instead for 
Did you mean: 

MDK .IPA file creation fails

hash47
Explorer
0 Kudos

Hi Team,

 

When creating a build on MacBook using the command "tns run ios --device <device identifier>", I encounter an 'Archive failed' error. Xcode exits with code 65.

 

Any idea?

 

Kind Regards,

Harshad

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos
Can you share a screenshot of the error you are experiencing?
View Entire Topic
Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please try update CocoaPods to latest version, execute create-client and ns run ios again.

# If use Intel chip Mac
[sudo] gem install cocoapods

# If use M1 chip Mac, please use Homebrew to install it
brew install cocoapods