简体   繁体   中英

Application crash after updated to iOS8

My app crash at start after updating XCode to 6.0.1. dyld: Symbol not found: _OBJC_CLASS_$_NSLayoutConstraint I get this error at start and I just dont have any clue how to fix it.

Important to say that i'm not using storyboard and also checked every single xib for 'Use Auto Layout' to be unchecked.

Can someone please.

Thanks in advance.

It seems you have a problem with Auto Layout. Check your storyboard and see if any issues appear there.

Also see what happens if you disable Auto Layout for your storyboard.

UPDATE: Check if you have UIKit framework linked to your project's target. If not, add it to your Linked Frameworks & Libraries. Set it to required and change your deployment target to minimum iOS 6.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM