xcode引用关系.md 335 B

#ios

在创建.h或者.m的时候,会有一个步骤,是设置target的,一般指的是,编译目标位置,这里选的是UnityFramework

![[Pasted image 20241018144014.png]]

创建了.h或者.m后,也可以在项目配置中,检查一下,引用关系,是否正常添加进去

![[Pasted image 20241018144213.png]]