Top "Xcode7" questions

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

changing property contentsGravity in transform-only layer, will have no effect

I started to create a very simple tic-tac-toe game. The main goal is to make the view proportional to all …

ios xcode ios9 xcode7 uistackview
Test target X encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted

I have started working with OCMock to write test cases for the existing project that I have integrated in my …

ios unit-testing xcode7 ocmock
Crashlytics: "We're missing a dSYM to process crashes"

Crashlytics says "We're missing a dSYM to process crashes" and when I try to download dSYMs from Xcode (7.1), I get "…

ios xcode7 crashlytics dsym
Xcode 7 build failed: ld: library not found for -lGoogleAnalyticsServices

Every time when I open my app with Xcode I get this error: ld: library not found for -lGoogleAnalyticsServices clang: …

ios xcode xcode7 target google-analytics-sdk
CGContextSaveGState: invalid context 0x0 (Xcode 7 GM)

I have this problem after I compiled my code with Xcode 7 GM. According to Apple this is a bug, but …

xcode ios9 xcode7 suppress-warnings
ld: framework not found Parse Xcode 7 beta

I succeed to install and use Parse framework with my new project, but I can't with a "template project". The …

ios swift parse-platform xcode7 xcode7-beta2
xcodebuild -exportArchive: exportOptionsPlist error for key 'method': expected one of {}

I'm using command line xcodebuild tool to export ad-hoc distribution ipa file out of my archive like this: xcodebuild -exportArchive …

ios xcode ios9 xcode7 xcodebuild
ITMS-90535 Unable to publish iOS app with latest Google Signin SDK

I'm using xcode 7 GM seed and installed latest Google Signin SDK through cocoapods pod "Google/SignIn . I get the attached …

ios xcode7 google-signin
_BSMachError XCode 7 Beta

I am getting the following error when I am running my code in Xcode7 with Swift2, after presenting a view …

xcode xcode7
UIView.animateWithDuration in Swift 2.0?

Before explain my problem, it is important to say that I already implemented the suggestion made in this question and …

ios swift uiviewanimation swift2 xcode7