Top "Xcode7" questions

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

Remove launch screen, Xcode 7

I can find a bunch of answers from pre-2014 about removing the launch/splash screen by removing the line "Launch …

objective-c xcode7 splash-screen launch
Size image pin annotation

I put the personal image instead of the traditional red pin. When I open the map to display the pin, …

ios mapkit swift2 xcode7 mkannotation
Xcode 7 UI Testing: how to dismiss a series of system alerts in code

I am writing UI test cases using the new Xcode 7 UI Testing feature. At some point of my app, I …

ios objective-c xctest xcode7 xcode-ui-testing
What is the impact of the "Requires full screen" option in Xcode for an iPhone-only app?

For an iPad-only app or a universal app, the "Requires full screen" option tells Xcode/iOS whether the app supports …

ios iphone xcode ios9 xcode7
iOS Simulator Screenshots "Wrong Size" for iTunes Connect

I am taking screenshots from my iOS Simulator and trying to put them into iTunes Connect but it continues to …

ios-simulator app-store-connect xcode7
FBSOpenApplicationErrorDomain error 1

I'm trying to run my iOS app that was migrated from Swift 1.2 to Swift 2.0 in Xcode 7 using iPhone Simulator (any), …

ios xcode ios-simulator swift2 xcode7
Use of unresolved identifier 'FIRAuth' (Swift 2, Firebase 3.x)

Updating to the new firebase. Created a new signin VC and everything was working fine in terms of no errors. …

ios firebase swift2 xcode7 firebase-authentication
ld: framework not found Stripe for architecture x86_64

I have an iOS component which relies on the Stripe iOS SDK, Project A. I included the Stripe SDK in …

ios objective-c xcode xcode7 stripe-payments
Could not cast value of type 'UIView' (0x112484eb0) to 'SKView' (0x111646718)

Could not cast value of type 'UIView' (0x112484eb0) to 'SKView' (0x111646718). I keep on getting this error. Can anyone …

ios swift sprite-kit xcode7 xcode6.3.2
How to create ipa without Apple Developer Program in Xcode7

What i am trying to do is create an ipa using Xcode7 for ad hoc distribution. I haven't done it …

ios xcode7 ipa ad-hoc-distribution