-
-
Notifications
You must be signed in to change notification settings - Fork 468
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
Cannot read properties of null (reading '1') #868
Comments
Hey did you ever find a solution to this? |
No, but I ignore the error and it seems to build anyway. Perhaps that's not
a good idea...
…On Wed, Mar 27, 2024 at 8:25 AM RedLightning123 ***@***.***> wrote:
Hey did you ever find a solution to this?
—
Reply to this email directly, view it on GitHub
<#868 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHNRQM5FQEE7B7FP2C465LY2LJELAVCNFSM6AAAAABDHDYSTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRTGA2TCNRXGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
having the exact same issue with both cordova-io@6 and cordova-ios@7. I am also using cordova v 12. |
@danemco what was your deployment target set to for ios in config.xml? Like what is the exact string? I am pretty sure there is an outstanding issue that inolves using a deployment target that doesn't have two numbers. For instance, my deployment target used to be "17" and after switching it to "17.0" I have gotten past this error. |
I don't see a "deployment target" value in my config.xml. Do you mean my
app version?
…On Tue, Apr 16, 2024 at 6:54 AM dylanfpaul ***@***.***> wrote:
@danemco <https://github.com/danemco> what was your deployment target set
to for ios in config.xml? Like what is the exact string? I am pretty sure
there is an outstanding issue that inolves using a deployment target that
doesn't have two numbers. For instance, my deployment target used to be
"17" and after switching it to "17.0" I have gotten past this error.
—
Reply to this email directly, view it on GitHub
<#868 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHNRQJWCK7Z737BAJ6NQS3Y5UNRDAVCNFSM6AAAAABDHDYSTOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJZGAZDINJYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Bug report
CHECKLIST
I have read the issue reporting guidelines
I confirm this is a suspected bug or issue that will affect other users
Current behavior:
After upgrading to cordova-plugin-firebasex version 16.4.0, I get this error after running
cordova prepare ios
:Cannot read properties of null (reading '1')
Here's the output with the
--verbose
flag turned on:I'm using Cordova version 12 but with cordova-ios 6.2.0 for this project. I can verify that this same problem exists on cordova-ios 7.0.0.
The text was updated successfully, but these errors were encountered: