Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

下载最新版本运行报错 #110

Open
hanna91 opened this issue Sep 21, 2017 · 2 comments
Open

下载最新版本运行报错 #110

hanna91 opened this issue Sep 21, 2017 · 2 comments

Comments

@hanna91
Copy link

hanna91 commented Sep 21, 2017

Undefined symbols for architecture x86_64:
"OBJC_CLASS$_PYSearchViewController", referenced from:
objc-class-ref in FirstVC.o
objc-class-ref in CassifyVC.o
objc-class-ref in CommodityCategoryVC.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Showing Recent Issues
"OBJC_CLASS$_PYSearchViewController", referenced from:

@LSRain
Copy link

LSRain commented Sep 25, 2017

使用cocoPod导入不会有问题,如果你是使用直接拖入框架的方式,那么可能会报错. 在Xcode9中不要直接拖入,直接拖入后可能不能自动编译成.o文件,体现是在Build Phases中找不到拖入的框架文件. 正确的拖入方式是选择项目目录,右键选择add Fields to "当前项目名称".

@SunsgneDZ
Copy link

.m文件没有编译造成的,我直接拖入的控件都需要手动添加一下.m文件

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants