ProjectName does not have an architecture that iPhone 5 can execute

前端 未结 2 937
北恋
北恋 2021-01-15 06:41

I wanna run my Xcode project on simulator.
My project run on 6s+ , 6S , 6+, 6 & 5s but unfortunately it is not running on 5 and 4s in simulator and show error:

相关标签:
2条回答
  • 2021-01-15 06:55

    I am facing same issue , you just make sure your device support valid Deployment target

    I am using iphone 5s and setting deployment target to 11.4 but after setting up with 10.0 its work for me

    I hope this will help you

    cheers !!

    0 讨论(0)
  • 2021-01-15 07:05

    you need to update Build Settings > Architectures to supply correct value to run in simulator with correct architecture.In defualt its $(ARCHS_STANDARD) //Armv7, arm64 for deployment target to 8.0

    0 讨论(0)
提交回复
热议问题