Questions tagged [xcode7]

Xcode is an IDE by Apple for the development of iOS and OS X applications. Use this tag for version specific questions about Xcode 7.

is Apple's integrated development environment (IDE) for developing OS X, iOS, tvOS, and watchOS apps. Version 7 was presented at the WWDC on June 8th-12th, 2015. The new features of include an update to the programming language, making it faster than before. The latest version includes also support for .

Xcode 7 also adds support for deployment on iOS devices without an Apple Developer license.

This tag is only for IDE questions relating to Xcode version 7. Questions related to the programming languages should go to the appropriate tag, or . OS-related questions should go to and .

3952 questions
2
votes
1 answer

Xcode 7.1 TestFairy SDK 1.5.0, Many Warnings with xxxx.app.dSYM

After adding the Test Fairy 1.5.0 SDK and using XCODE 7.0.1, getting many warnings like while processing /Users/jefforthober/Dev/KidMix/KidMixiOS/KidMixCommon/TestFairy/libTestFairy.a(TFImageUtils.o): warning: Could not resolve external type…
ort11
  • 3,359
  • 4
  • 36
  • 69
2
votes
1 answer

Xcode to run watch extension successfully

I am using xCode 7, running on ios 9.0.2 and apple watch os 2. When I try to run my watch app, it always show like this forever. I have done like this to run successfully from xCode. 1) I have deleted app and install. 2) I unpair and pair again.…
Khant Thu Linn
  • 5,905
  • 7
  • 52
  • 120
2
votes
0 answers

Building issue after migration to Xcode 7: ld: framework not found -L/

I recently updated my Xcode from 6.4 to 7, and have fixed all my code to be Swift 2 compatible. I am having an issue: when building my project, the following error arises: ld: framework not found…
2
votes
2 answers

XCode 7.0.1 showing 8.4 simulator as downloaded, but it is not available in drop down list

XCode 7.0.1 shows the iOS 8.4 and 8.3 Simulators as already downloaded. But the iOS 8.4 simulator is not available to create new simulator instances in the drop down menu. The iOS 8.3 simulator works as expected. I would like to redownload this…
DavidB
  • 61
  • 1
  • 8
2
votes
1 answer

Xcode 7.1 beta 2- Disable ATS

Heyy, I have spent the last day or so racking my brain trying and failing to disable the ATS, I know it is deemed bad too, but I am currently only working on the app internally. I have tried many suggestions online to no avail, latest try below of…
Vaishal Patel
  • 399
  • 4
  • 24
2
votes
0 answers

XCode 7.0.1, link failing during Archive even with BitCode = NO for AWS

I know there are a couple of other questions about this out there, but they are not solving this problem. Pre XCODE 7.x project, upgraded to XCODE 7.0.1 Getting the following error when linking ld:…
ort11
  • 3,359
  • 4
  • 36
  • 69
2
votes
2 answers

View all XCUIElements in current screen

In UI/Automation Testing using Xcode 7, is there a way to list all of the XCUIElements on an app screen? Like in a tree or list, or even something in the Xcode UI? I can record tests for the app under test using clicks, but when I go to run the…
ajc6432
  • 188
  • 2
  • 12
2
votes
2 answers

Integration of ARToolkit SDK in iOS existing app

I have created a new Xcode Project to test the artoolkit. I have download the sdk from Git https://github.com/artoolkit/artoolkit5. I just copy the following files (See attached image) from there give example project. But the its showing me the…
Akhtar
  • 3,172
  • 5
  • 19
  • 21
2
votes
1 answer

Bitcode and enterprise distribution

Since XCode 7 we can export apps from bitcode Which is default when exporting for enterprise distribution. But what does that mean for older iOS versions?
Helge Becker
  • 3,219
  • 1
  • 20
  • 33
2
votes
0 answers

Problems with app crashing in IOS 9 while locking and unlocking?

My app is crashing in iOS 9 when we unlock the screen and unlock again.I dont have any issue in ios 8. I am getting device log as ** -[UIApplication _handleNonLaunchSpecificActions:forScene:withTransitionContext:completion:] ** unhandled action ->…
2
votes
3 answers

Why can't I run my WatchOS 2 app?

It runs just fine on the iPhone. When I select the Watch App Target, however, it simply won't run on the watch. I don't get any errors or anything. I can see the app downloading on the Watch sometimes; when it does download, it deletes itself the…
swiftyboi
  • 2,965
  • 4
  • 25
  • 52
2
votes
0 answers

Unexpected CFBundleExecutable key solution explanation

I encountered the issue Unexpected CFBundleExecutable key similar to post1 and post2. The solution is to remove the info.plist file or edit CFBundleExecutable key of the third party library. How safe is it to remove / edit this? Would there be side…
Ted
  • 22,696
  • 11
  • 95
  • 109
2
votes
4 answers

How to update Fabric & Crashlytics?

I installed Fabric and crashlytics framework using fabric app and not cocoapods. I needed to update it to comply with this error and for the future. /Crashlytics.framework/Crashlytics(CrashlyticsPlaceholderStatic.o)' does not contain bitcode.…
Ted
  • 22,696
  • 11
  • 95
  • 109
2
votes
3 answers

React Native problems on Xcode 7

I install the environment for react-native, and try to get AwesomeProject running. On the terminal that opens, I get an SyntaxError: Use of const in strict mode error pointing to the line: const babel =…
esh
  • 2,842
  • 5
  • 23
  • 39
2
votes
1 answer

The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 3.)

I was just building and running an app a few minutes ago and now I am receiving the error "The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 3.)" does anyone know what this means? Thanks I am using xcode7 and swift
Ace
  • 603
  • 2
  • 15
  • 33