-
Notifications
You must be signed in to change notification settings - Fork 430
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
无法运行程序 #150
Comments
需要添加的依赖库有: |
我下载iOS sdk后,根据官方文档访问项目后,一直在运行报错,无法运行,可以解决吗? |
2 similar comments
我下载iOS sdk后,根据官方文档访问项目后,一直在运行报错,无法运行,可以解决吗? |
我下载iOS sdk后,根据官方文档访问项目后,一直在运行报错,无法运行,可以解决吗? |
1.您可以在工程Build Settings,设置Build Active Architecture Only属性设置为NO,并且Architectures与Valid Architectures属性分别添加ARMv7,ARMv7s,ARM64值,clear工程,重新build |
我下载了后,引用UMSAgent.h就报错,错误信息如下:
Undefined symbols for architecture arm64:
"OBJC_CLASS$_UMSAgent", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我按照文档里面添加了CoreTelephony.framework、CoreGraphics.framework,而且你们的demo也是无法运行,是不是还要添加其他的库?
The text was updated successfully, but these errors were encountered: