Xcode 12.4 cocos 3.17.2 build error

image
I built my game in v3.17.2 with xcode 12.4 and get this error, Anyone can help to fix?

2 Likes

EC4529D795D3DFF3B37BEA87A750328C

remove arm v7 in build

I tried remove it, but not work, do you know others way?

This will work

  1. Targets => Build Setting => VALID_ARCHS (Completely delete whole entry)
  2. Targets => Build Setting => Excluded Architecture => Debug (Any iOS Simulator SDK = arm64)
    Edit:
    If you search in build_settings then you should not see anything.
    image
1 Like

Not working! :((

If you are on M1 then i dont know, o/w its working for me.
You can search on StackOverflow.