Top "Xcode7" questions

Xcode is an IDE by Apple for the development of iOS and OS X applications.

How to create IPA in Xcode 7?

I'm new in Xcode, I have Apple Developer account, but I don't know how to make IPA file. Can anybody …

ios xcode xcode7 ipa
Xcode 7 ERROR ITMS-90474: "Invalid Bundle", can't submit to Apple

I have an app I'm trying to submit to Apple. I've already validated it. I'm using Xcode 7 and Swift 2. When …

xcode xcode7 bundle
libsqlite3.dylib and libz.dylib missing in Xcode 7. How do I use Parse?

How do I use Parse if libz.dylib and libsqlite3.dylib are missing in Xcode 7 but the .tbd version exists. …

swift parsing xcode7
Xcode updating is extremely slow

After updating my gadgets with iOS 9 I've tried to update Xcode to Xcode 7 on my Mac through the App Store, …

xcode app-store xcode7
iOS 9 UITableView separators insets (significant left margin)

I have a problem with separators between UITableViewCells in UITableView on iOS 9. They have the significant left margin. I already …

ios uitableview uikit xcode7 ios9
Can not perform `pod install` under el capitan (15A279b)

I ran pod install with El Capitan and got this error: Errno::EPERM - Operation not permitted - /Users/../Pods/…

cocoapods root xcode7 osx-elcapitan
iOS9 - This application is modifying the autolayout engine from a background thread -- where?

For searching, the error message is: This application is modifying the autolayout engine from a background thread, which can lead …

ios objective-c xcode7
Invalid Swift Support / The SwiftSupport folder is empty

Environment: Xcode 7 GM I uploaded iOS app successfully using Xcode without error. This app is written in Objective-C and Swift. …

objective-c swift ios9 xcode7
Set deployment target for CocoaPods's pod

I use CocoaPods to manage dependencies in my project. I've written Podfile: target 'MyApp' do platform :ios, '8.0' # Uncomment …

ios xcode xcode7 cocoapods
Xcode 7 add trailing/leading/top/bottom constraints

In Xcode 6, I could use the Editor menu to Pin: Leading Space to Superview Trailing Space to Superview Top Space …

autolayout xcode7 ios-autolayout