Xcode 7 command failed due to signal: illegal instruction 4

后端 未结 2 747
没有蜡笔的小新
没有蜡笔的小新 2021-01-12 10:24

I just used Xcode 7\'s migration tool to migrate a project from Swift 1.2 to 2. After fixing up errors missed and such, all is well except for an error which prevents me fro

2条回答
  •  忘掉有多难
    2021-01-12 10:42

    'Illegal instruction' simply means that your binary contains instructions that are invalid for the type of architecture you are trying to run the code with. Start looking at the minimum version in your project build settings.

提交回复
热议问题