Questions tagged [xcode7.1beta]

25 questions
100
votes
32 answers

On Xcode 7 I keep receiving error "No accounts with iTunes connect access"

When I try to submit my app with the new seed Xcode 7.1 beta (7B60) I receive a weird error by which it complaints that there is "No accounts with iTunes connect access - iTunes connect access for... is required. Add an account in the Accounts…
42
votes
4 answers

Unable to profile app on device with iOS 9.0.1 using Xcode 7, 7.0.1 or 7.1 beta

I have been trying unsuccessfully to profile my device (via Instruments) using the latest version of Xcode 7.0.1 (7A1001 released 9/28), as well as the previous version of Xcode 7 (7A218), as well as Xcode 7.1 Beta 2 (7B75). My device is an iPhone…
Derek Lee
  • 3,452
  • 3
  • 30
  • 39
32
votes
15 answers

Failed to launch IBCocoaTouchImageCatalogTool via CoreSimulator spawn

I have an Xcode project which was downloaded from the internet so I don't know which Xcode version was used to write it but the language is Swift 2. I opened it in Xcode 7.1 beta 1 and I get the following compile time error. Failed to launch…
Isuru
  • 30,617
  • 60
  • 187
  • 303
17
votes
3 answers

How to open url in Safari and the get back to the app under UITests in Xcode 7?

This is my custom view where "LondonStreet" is a button. When I tap that button I get url and open it in Safari (it works). Then I can go back, using "Back to Wishlist" button (it also works). The problem is when I try to test this under…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
15
votes
6 answers

How to test required init(coder:)?

In my custom class WLNetworkClient I had to implement such method: required init(coder aDecoder: NSCoder) { fatalError("init(coder:) has not been implemented") } I do not need to use that, but I would like to test this to make 100% code…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
10
votes
2 answers

ibtool fails to compile storyboard in Xcode 7.1 Beta

Having updated from Xcode 7.0 Beta 3 to 7.1 Beta (all intermediate releases including the 7.0 GM had a crash-on-launch bug for my project, which has only been fixed in 7.1 Beta) I can't build my project due to the following error: CompileStoryboard…
fractious
  • 1,642
  • 16
  • 30
9
votes
1 answer

Cannot debug app on Xcode 7.1 beta, with iOS 9.0 GM

I am getting the following error when trying to run my app using Xcode 7.1 Beta (7B60) with iOS 9.0 GM installed on my iPad: An error was encountered while enabling development on this device. Please try rebooting and reconnecting the device.…
humblePilgrim
  • 1,818
  • 4
  • 25
  • 47
8
votes
1 answer

How to find button with predicate under UITests in Xcode7?

I need to access following button: This line works fine: app.buttons["Reorder 1, $27 000, LondonStreet, ok, Pending"] but this don't: app.buttons.elementMatchingPredicate(NSPredicate(format: "accessibilityTitle BEGINSWITH[cd] %@", "Reorder 1"))
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
7
votes
3 answers

Optimization for newest iPad Pro Simulator

I have installed the newest Xcode 7.1 beta and trying to run my project on the iPad Pro Simulator. Everything is right and all of the features work correct. But I have an issue with the screen size... On the main screen of application I run the…
Oleksandr Balabanov
  • 629
  • 1
  • 6
  • 30
4
votes
1 answer

App began to crash on iOS 9.1 Beta 2

The application began to crash when installing on iOS 9.1 Beta 2. Exactly same binary (downloaded from hudson link) behaves so: It did not crash on iOS 9.0 and iOS 9.0.1 It did not crash on either iOS 8 I have extracted the crash log, crash…
Petro Korienev
  • 4,007
  • 6
  • 34
  • 43
4
votes
1 answer

App Store Submission tvOS Bundle Identifier

I am trying to upload a tvOS app as a target from my iOS app however I am not sure what the bundle identifier should be? Should it be the same as the iOS app or com.mywebsite.myapp.tvosapp or something different? Thanks
Tom Coomer
  • 6,227
  • 12
  • 45
  • 82
4
votes
1 answer

Error while building app in Xcode 7.1

Currently I am trying to build our project in Xcode 7.1 and encountered an issue: "iOS xibs do not support target device type watch". I have tried removing the xib files and I got another error saying the xib does not exist. The project itself…
Jacky Lau
  • 43
  • 2
4
votes
1 answer

MFMailComposeViewController disappear immediately under iOS9

Once I present my MFMailComposeViewController it is dismissed with error: viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 "(null)" UserInfo={Message=Service Connection Interrupted} What is going on? VERY…
Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
2
votes
1 answer

Issue validating App using Sphero SDK in Xcode 7.1 beta (7B75)

I'm having an issue validating an iOS 9 app (via the Organizer window) in Xcode 7.1 beta (7B75) that links to the latest RobotKit and RobotUIKit frameworks available from the Sphero Developer site. The validation fails with a message, and here's…
Boisy Pitre
  • 156
  • 6
2
votes
1 answer

Image aspect ratio swift ios

So, I'm learning iOS Swift. I'm going by some tutorials, and I'm stucked at image positioning. I'm trying to figure out how uploaded picture is rescaled and positioned.Since I cannot post the screenshot, image that should be shown in my simulator as…
Satchie
  • 21
  • 1
  • 3
1
2