-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Always have to run plugin tests twice on iOS - Failed to load Info.plist from bundle at path #3957
Comments
From @dtopuzov on September 30, 2018 18:39 Hi @kspearrin, I've noticed similar behavior after upgrade to Xcode10. What is you Xcode version? |
From @kspearrin on October 1, 2018 1:46 @dtopuzov Yes, I am using xcode 10.0 |
This happened with me after upgrade to xcode 10.0, but I solved it by erasing all content and settings of simulator. |
@Ricardo-Mello I tried "Erase all content and settings" on this simulator (iPhone 6), yet the same problem still seems to be occurring. |
Hey @kspearrin ,
The only workaround that we can implement in the moment is to retry the operation in case it fails. It is not a great solution, but it will fix the current issue. We'll try this approach and write back here once we have at least this fix applied. |
Hey guys, the fix is available in CLI's
|
From @kspearrin on September 28, 2018 19:19
Tell us about the problem
I have a fairly basic plugin that was generated using the seed template. I have written some tests and can run them successfully on iOS and Android through the included demo app.
However, on iOS I always have to run the test twice for it to work. The first time it always errors with:
...
I can simply run the same test script again (
npm run ios:test
), it it works. This happens every single time no matter what I have tried.Basically, the iOS test command only works every other time it is ran.
This is through the simulator. I have also tried clearing the
./demo/platforms
directory, but that didn't seem to change anything.Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
Please tell us how to recreate the issue in as much detail as possible.
You can download my plugin code here:
https://github.com/bitwarden/mobile/tree/ns2/plugins/bw-crypto
Then run
Observe failure. Then run
Observe success.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
Full output from terminal:
Copied from original issue: NativeScript/NativeScript#6323
The text was updated successfully, but these errors were encountered: