1

When trying to run my app on several iPhone fives I run into this error running Xcode 9.2 on MacOs High Siera 10.13.3

A linker snapshot was created at: /tmp/Wunder-2018-01-14-163854.ld-snapshot ld: Assertion failed: (_mode == modeFinalAddress), function finalAddress, file /Library/Caches/com.apple.xbs/Sources/ld64/ld64-305/src/ld/ld.hpp, line 759.

See image for more details.enter image description here

It works fine on other devices. Unfortunately, I don't have another device on iPhone 10.3.3 to test if its iOS 10.3.3 or iPhone 5 that it doesn't want to run with. I'm not sure what other information I can provide that is useful.

user1898829
  • 3,437
  • 6
  • 34
  • 62

1 Answers1

0

Try adding a valid architecture to the Build Settings in the Xcode.

The Correct architecture is armv6·

enter image description here

Beni Keyserman
  • 69
  • 1
  • 16