Reputation: 525
Running my app with Xcode 12 and show this :
and now the old Xcode 11.3 is the same result.(before it is ok)
why for this? thanks all.
Tying:
---- 1
replace info.plist from create new project with the same name.
/ the problem still exists. /
---- 2 delete values:
/ the problem still exists /
Upvotes: 8
Views: 6569
Reputation: 59
Agree with one of above, following solved my case.
"Targets->Build Setting ->VALID_ARCHS ", delete it.
Upvotes: 0
Reputation: 248
1."Targets->Build Setting ->VALID_ARCHS ", Click delete on the keyboard 2."Targets->Build Setting ->Excluded Architectures", Click delete on the keyboard
Upvotes: 9
Reputation: 406
How I fixed this issue in my case are 2 options:
Upvotes: 4