Test IOS error "Failed to find matching arch for 64-bit Mach-O input file"

0

hi
We are doing a trial of the Device Farm and are having issues running against IOS devices.

We are running a Built-InFuzz and devices return the error "Install failed. Got error "IncorrectArchitecture" with code 0x00000000: Failed to find matching arch for 64-bit Mach-O input file".

Any suggestions?

We use AWS Device Farm Sample App for iOS.
https://github.com/aws-samples/aws-device-farm-sample-app-for-ios

Run URL:
https://us-west-2.console.aws.amazon.com/devicefarm/home?region=us-east-2#/projects/9c1b5592-3116-43ec-8f3c-67a8f685db65/runs/051c2bdb-13e7-4288-a58b-4654ece510ce

naruaki
asked 5 years ago738 views
3 Answers
0

Hello,

I was unable to install your build on either a 32 bit phone nor a 64 bit phone. Could your try to build with build for testing?

To do this From xcode, using the top menu
Product > Build For > Testing

Or from CLI
xcodebuild build-for-testing -workspace <PATH>.xcworkspace -scheme <YOUR_SCHEME>

Then repackaging and trying your app again.

answered 5 years ago
0
naruaki
answered 5 years ago
0

hi,

sorry, I didn't select an "iOS Device" , before build for Running.
now, runs successfully.

Thanks!!

naruaki
answered 5 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions