smileEvday / SvUDID

UDID for different iOS Version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode build error "Undefined symbols for architecture arm64:"

Oscar-ren opened this issue · comments

thank you for your project, i use it and change the teamID, but get these error.

image

and i find the resolution for this , i change the Architectures but not useful
image

can you help me to resolve this problem? thank you

I found the reason, because i change the program to use arc mode, finally, i set the Build Phases->Compile Sources -> SvUDIDTools.m add "-fno-objc-arc" param to resolute this question. thanks