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

解决报错-Compiling IB documents for earlier than iOS 7 is no longer supported #4

Open
NewBrandSTONE opened this issue Feb 18, 2018 · 0 comments
Labels

Comments

@NewBrandSTONE
Copy link
Owner

背景

今天看了一位大佬的iOS开发60分钟入门教程,自己用Xcode编译里面的Demo时遇到了这个问题,记录一下

问题分析

当前Xcode版本是9.2,报错的问题是说编译器的IB documents已经不再支持iOS7或者更早的版本了,此时我们只需要将iOS7更改到以上的版本即可。

解决过程

  1. Deployment Target改成8.0
  • 选择工程项目
  • 选择Targets
  • 找到Deployment Info,将Deployment Target改成8.0

更改Deployment Target

  1. 更改Builds for改成iOS7 and Later

修改Builds for

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

No branches or pull requests

1 participant