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?

Accepted Solutions (0)

Answers (3)

Answers (3)

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

hash47
Explorer
0 Kudos

@Jitendra_Kansal Please find the attached logs

bill_froelich
Product and Topic Expert
Product and Topic Expert
0 Kudos

Your error message doesn't equate with the command you are running. An Android MDK client will not use XCode to create or run the Android client.  

What version of MDK are you using?

Did you verify the dependency installer shows green?

What command/options did you execute to create the client?

hash47
Explorer
0 Kudos

Sorry, I have updated the correct command now. We are using "tns run ios --device <device identifier>".

MDK version is 23.8.7.

The installer shows green.

In the MDKClient_SDK folder we executed "./install.command"

And once the create-client file is available, we executed './create-client' and providing the path of '.mdkProject'