Questions tagged [beta]

Software development phase where the application is considered "feature complete" but still may have numerous bugs and usability issues.

708 questions
364
votes
15 answers

How to localise a string inside the iOS info.plist file?

As you might know the iOS 8 requires NSLocationWhenInUseUsageDescription key for using user's location. I have added this key and some general information into my info plist. How can I use translation string inside the plist file ? -- Update -- I…
Soheil
  • 5,054
  • 3
  • 24
  • 43
352
votes
48 answers

Xcode error: Failed to prepare device for development

I have updated to Xcode 12.3 beta. device version is 14.2, but Xcode complaining: Errors were encountered while preparing your device for development. Please check the Devices and Simulators Window. Failed to prepare device for development iPhone…
Hashem Aboonajmi
  • 13,077
  • 8
  • 66
  • 75
145
votes
4 answers

Xcode 6 / Beta 4: using bridging headers with framework targets is unsupported

I just upgraded to Xcode 6 Beta 4 and have a framework that I created for Live Views in Beta 2. Due to another swift bug, I needed to use some Obj-C code. When upgrading though, I get the following error: error: using bridging headers with…
Chris Conover
  • 8,889
  • 5
  • 52
  • 68
128
votes
3 answers

Google Play Store Internal Test cannot start roll out

I am going to start rolling out the first version of the application to the internal testers. But the button START ROLLOUT TO INTERNAL TEST is disabled and I cannot see any other error messages or warnings here. Can anyone let me know what's…
Cool Eagle
  • 1,826
  • 3
  • 11
  • 16
114
votes
14 answers

Swift 3 - Comparing Date objects

I'm updating my app to Swift 3.0 syntax (I know it's still in beta but I want to be prepared as soon as it released). Until the previous Beta of Xcode (Beta 5) I was able to compare two Date objects using the operands <, > and ==. But in the latest…
beeef
  • 2,664
  • 4
  • 17
  • 27
113
votes
38 answers

Android Studio Gradle project "Unable to start the daemon process /initialization of VM"

Version of Android Studio (Beta) 0.8.4 OS version: Windows 8 Java JRE/JDK version: 1.8.0_11 Error:Unable to start the daemon process. This problem might be caused by incorrect configuration of the daemon. For example, an unrecognized jvm option is…
AsimRazaKhan
  • 2,154
  • 3
  • 22
  • 36
109
votes
12 answers

Xcode 10 - image literals no longer available

Xcode 10 Release Notes: "Code Completion for Swift image literals has been removed in Xcode 10" So it's not a bug that I couldn't add images in the code (and run older projects). How do we then add images from now on in the code as just typing…
Pawel Cichonski
  • 1,099
  • 2
  • 7
  • 3
89
votes
31 answers

In Xcode I see (no paired Apple Watch) even though the watch is paired and the watch's UDID is registered

My phone is listed as an ineligible target in Xcode and out to the side it says (no paired Apple Watch). My Apple Watch is registered under iOS Devices. I can see the UDID. The watch has watchOS 2.0 installed and my iPhone 6 has iOS 9…
dmin7b5
  • 1,031
  • 1
  • 9
  • 5
71
votes
6 answers

Xcode - Error creating LLDB target

I'm getting this error whenever I build in XCode 6 beta 4. It seems to be making my app insanely slow. Warning: Error creating LLDB target at path '/***/***/***/***.app'- using an empty LLDB target which can cause slow memory reads from remote…
Jake
  • 13,097
  • 9
  • 44
  • 73
66
votes
3 answers

What kind of Certifcate and Provisioning Profile is needed for an iOS Apple TestFlight release?

I'm planning to release a beta version of my iPhone app on iOS 8 devices through the new Apple TestFlight app. What kind of Certifcate and Provisioning Profile is needed for that? Do I need a Production certificate and Distribution provisioning…
Tom
  • 5,588
  • 20
  • 77
  • 129
56
votes
9 answers

Promoted by app to production but still says (Beta)

I was running an app in the Google Play in Beta and then just recently "released to production" using a higher version APK. However when I go to Google Play listing my app still says AppName (Beta)? I thought it just needed some time to propagate…
Gotts
  • 2,274
  • 3
  • 23
  • 32
56
votes
3 answers

extracting standardized coefficients from lm in R

My apologies for the dumb question...but I can't seem to find a simple solution I want to extract the standardized coefficients from a fitted linear model (in R) there must be a simple way or function that does that. can you tell me what is it? EDIT…
amit
  • 3,332
  • 6
  • 24
  • 32
46
votes
5 answers

iOS 12 not supported by Xcode 9.4 : Could not locate device support files

This iPhone 8 (Model A1863, A1905, A1906, A1907) is running iOS 12.0 (16A5308e), which may not be supported by this version of Xcode. (Version 9.4.1 (9F2000)) can anyone help with iOS 12.x device support files from Xcode 10 beta?
Yatko
  • 8,715
  • 9
  • 40
  • 46
39
votes
5 answers

Add a border with cornerRadius to an Image in SwiftUI Xcode beta 5

how can I add a border with a cornerRadius to an Image. I get a deprecation warning saying that i should use a RoundedRectange Shape, but i don't know how to use that exactly Beta 4: Image(uiImage: ...) .border(Color.black, width: 2,…
SwiftiSwift
  • 7,528
  • 9
  • 56
  • 96
34
votes
1 answer

Xcode 8.1 beta 3 - AQDefaultDevice messages

As of beta2, I'm getting this message every two seconds after I create an audio output unit: 2016-10-14 11:31:21.572479 MyProduct[94063:8294923] [aqme] 254: AQDefaultDevice (173): skipping input stream 0 0 0x0 Anyone know what it's generated…
Andromeda
  • 551
  • 1
  • 6
  • 15
1
2 3
47 48