-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New install hangs at "iOS App Secret is already set in ios/APPNAME/AppCenter-Config.plist" #471
Comments
Hi @atrauzzi, we are looking into the issue. I'll keep you posted. Thanks |
It should work an macOS though. If you have to use Windows you can still try renaming the |
I'm not going to employ a workaround for one SDK. I think your process just needs detect that it's not on macOS and not attempt that step. Can I just say this is like the third MS/Azure project that has resorted to suggesting a kludgey workaround as a solution? You guys need to outlaw workarounds from your culture. |
We are not suggesting work arounds as permanent solutions but as temporary way to unblock SDK users until we have a SDK fix and a new SDK release, which will take some time. If the issue is labeled bug, then it's usually part of the next monthly release and this bug is on our internal backlog. |
Just to clarify: you only have the Android application and trying to develop it from Windows? Do you use the iOS app? |
I will be once I'm done getting the Android configuration figured out. |
But react-native is not supported on Windows for iOS development, you are planning to use a Mac later on? |
Obviously. Why would you assume I wasn't going to? |
I am not assuming anything, just gathering information to scope the fix, as you could have been in this case: https://stackoverflow.com/a/43461466/598520 (but we don't support pure js expo as we have native code). So the scope is just to make react-native link works on Android from Windows. |
Yupyup. No desire to have iOS building on Windows. I'll take care of that from macOS when the time comes. |
Does it hangs the terminal or it looks like it is waiting for input? I've just checked in my Windows machine, everything works fine, but sometimes it stops at similar step but for android:
But once i press enter the linking process continues, does this sound like your case or your linking process is completely stuck? |
Totally stuck. |
You said that you are using current versions of everything, running on Windows. This means your Node version is 11, correct? |
I had the same ios issue. When i moved my ios folder out of the project, it now gets stuck after i answer "For the Android app, should user tracking be enabled automatically?" It gets stuck no matter which option I answer with. |
@JayUnt
|
Node: 11.3.0 Thanks |
1.11.0 should no longer hangs on Windows. It mightdisplay an error for Cocopods not installed but will proceed with all the steps instead of hanging. |
This still hangs on 1.11.0 I had the app secret already set for codepush if that makes a difference. I'm trying to run this on my Windows machine. I normally do my development here and just want to build/test for Android. I tried deleting the
|
I debugged this a bit further and found that the script is freezing on this line - https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/lib/ui/baseUI.js#L15 Basically what happens is the second time that line is called it freezes. So the first prompt always works but the second one breaks. I don't know enough about stdin to figure out what's going on beyond that. It looks like it may something to do with this - nodejs/node#17495 I found that if I commented this line that things would "work" a bit better. There are memory leaks but it gets past the second prompt - https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/lib/ui/baseUI.js#L57 |
Hi @jlkalberer, I cannot reproduce it with the new version of the SDK. Could you please share what versions of node/npm/rn do you use? Does it happen only in your project or do you able to reproduce it on empty one? |
I think I'm using the latest version of the SDK - https://github.com/Brewskey/Brewskey.App/blob/v2/package.json#L22-L24 I'm using
I'll create an empty project over the weekend to test |
Ok, I tried it with a fresh product and ran the following commands
The process froze after this output
|
Hi @jlkalberer |
I'm not at my computer now but I believe it's the latest version of Node so this totally makes sense. Is there an issue open in node for this? I'd guess that there could be a really simple repo like calling the In the meantime, I think I'm OK as I can just use my Mac for linking or just target an older node version. |
Closing the issue since it's a compatibility issue of the inquirer plugin. |
Will you guys report it upstream and link to this issue? |
Getting the exact same issue. Node: 10.4.2 Found resolution: as per link above from [jlkalberer] feathers-plus/generator-feathers-plus#103
fixed my problem. |
As the title says, if I add app center to a new project, it just hangs with this as the last message.
Current versions of everything, running on Windows.
The text was updated successfully, but these errors were encountered: