Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The device cannot run executables for arm64. - Xcode 8 Beta

Tags:

xcode

ios

xcode8

If You are Working on Xcode beta and you got the error when you building your project as "The device cannot run executables for arm64." then follow this Solution:

-Select project and to go target build settings

  • Enter the key "Build variants" to search box

  • and just changed from "armv7" to "normal" or reverse it.

like image 496
Pravin Kamble Avatar asked Jun 18 '16 05:06

Pravin Kamble


1 Answers

For Xcode Beta : Apple actually admits something very like this as a bug in Xcode 9.3 beta. The release notes for beta 2 say: "The first time you trust a device, you may receive a message that the device cannot run executables for the device’s architecture. (35319190) Workaround: The error message is erroneous. Disconnect and reconnect the device."

like image 79
Louis Ferraiolo Avatar answered Oct 10 '22 08:10

Louis Ferraiolo