Questions tagged [beta]

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

708 questions
7
votes
3 answers

Both Production and Beta versions in Google Play

I have published an app in Google Play in Production mode. Now, I have a new version which I want to be release in Beta mode for my limited number of private beta users. Is it possible to have them both? i.e. version 1.0 in production mode and…
7
votes
1 answer

Xcode 6 with iOS 8 SDK: no Devices in Organizer

OS X 10.9.4 Steps: Install Xcode 6 w/ iOS 8 SDK GM Seed Run Xcode Go to Window | Organizer Devices not available End result is I can't update device with iOS 8, so can't test properly or create binaries. Tried with iTunes as well. See attached for…
user2191247
6
votes
2 answers

Can You Have Your OpenGraph Object Link to a Different URL?

So you need a public URL with meta tags to represent an object in the OpenGraph, and one of the required meta tags is a URL property. When the action gets published, it links to this URL property. Let's say I'm on http://mysite.com/A. It seems like…
choxi
  • 455
  • 4
  • 18
6
votes
2 answers

Xcode 11 beta can't upload app to TestFlight

I am trying to distribute my app to TestFlight, and currently my app requires iOS 13 as well as NFC access. I do not intend to release my app until iOS 13 comes out of beta, however I would like my QA team to be able to test it. I can build and…
Quinn
  • 7,072
  • 7
  • 39
  • 61
6
votes
1 answer

Xcode 11.0 Beta 4 Builds and Runs, but can't Archive

My Swift project builds and runs normally, but fails every attempt to Archive with errors, caused by the following warnings: Could not find or use auto-linked library 'swiftFoundation' Could not find or use auto-linked library 'swiftMetal' Could not…
EBDOKUM
  • 1,696
  • 3
  • 15
  • 33
6
votes
1 answer

Xcode 9 GM seed Simulator Screen Artefacts

I have simulator screen problems, after installment of last beta, it's happen randomly, when i build any project, usually on 3-4 time, when i hit play. Have to quit Simulator Application, and start it again. Anyone have same issue ? Screenshot:
David
  • 857
  • 1
  • 11
  • 25
6
votes
2 answers

How do I SSH to a Docker in Mac container

I am running Docker for Mac (Version 1.12.0-rc2-beta16 (Build: 9493)). I have pulled an image from my local repository, and used 'docker run -d' to create a container. Using 'docker ps' I obtained the 'CONTAINER ID', and then used 'docker inspect…
Pantharian
  • 61
  • 1
  • 2
  • 5
6
votes
5 answers

How do I offer a beta feature to select users? (rails)

We want to start letting our users help us test our feature changes before a wider release. Our rails app already has roles but I don't know how to we should go about implementing a beta feature without moving the whole app over. Some issues I…
chrishomer
  • 4,900
  • 5
  • 38
  • 52
6
votes
1 answer

Can't publish asp.net 5 application after update to beta8 - the dependency ... could not be resolved

I have updated a webApi asp.net5 application to beta8 and can't publish to the file system any more. The build seems to work, i can debug and run the app, but if i try to publish i get errors like this... C:\Program Files…
Juri
  • 1,531
  • 2
  • 20
  • 43
6
votes
3 answers

AVAudioPlayer no longer working in Swift 2.0 / Xcode 7 beta

For the var testAudio declaration in my iPhone app, I am receiving an error here "Call can throw, but errors cannot be thrown out of a property initializer" import UIKit import AVFoundation class ViewController: UIViewController { var…
Yaranaika
  • 83
  • 1
  • 5
6
votes
2 answers

Fit beta binomial

I have been looking for a way to fit data to a beta binomial distribution and estimate alpha and beta, similar to the way the vglm package in VGAM library does. I have not been able to find how to do this in python. There is a scipy.stats.beta.fit()…
user3266890
  • 465
  • 5
  • 15
6
votes
0 answers

Atom Editor on Yosemite unable to 'git pull'

when issuing a 'git pull' from atom editor i get the following error /Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/git-pull: line 11: git-sh-setup: No such file or directory this has been ongoing for me since DP2.
thumpba
  • 61
  • 1
6
votes
4 answers

How can I install Xcode 6 along side Xcode 5?

I was wondering if there is a way that I could install Xcode 6 along side Xcode 5. I've seen people say you could but they haven't really explained why. Can someone help to explain why? Also, how would you uninstall it if I wished to in the future?
surfmaster96
  • 135
  • 1
  • 11
6
votes
3 answers

Where can I find beta users?

I was wondering where can I find beta users for my website? Are there websites that help you find beta users?
sOmEoNe
5
votes
10 answers

To beta or not to beta.. that is the question

I'm looking for a consensus for one or the other Beta; Release software that is semi- functional to a limited audience and let users guide the process until an application is complete. No Beta; Define all functionality based on previous…
madcolor
  • 8,105
  • 11
  • 51
  • 74