-
Notifications
You must be signed in to change notification settings - Fork 657
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
Availability in Build settings and Info.plist instructions work locally on MAC but not on Circle CI #409
Comments
I'm also having this problem, but we're using Bitrise for CI/CD |
Check #391 |
Perhaps this will help: #391 (comment) |
#391 (comment) Didn't apply in my case (I don't see the |
Have the same problem with Bitrise. Defined secrets and env vars correctly there, but get Add |
Did anyone figure this out? Same issue on Bitrise |
@lucianomlima @shaddeen on Bitrise, I've used a temporary fix based on #391 (comment). I've created the following .js script and put it in the source folder. Then, in the Bitrise workflow (I've personally changed both the staging and production workflows), right after the
|
@luis-f-lins thanks! Do you have something for android? |
I don’t think this problem occurs on Android, because it’s related to the Info.plist file, which is an iOS file. |
I have been resolved in a similar way, but using a bash script. |
Strange, I have the exact same issue with Android |
@luis-f-lins I'm still having issues with Bitrise, are you able to help me? |
Can you describe a little more of what you’re running into? |
Managed to figure out I was trying to fix the wrong iOS target, all good |
The issue with the first CI build not having the Info.plist processed is that the build relies on My workaround is to run |
The vars are always correctly populated when building/archiving locally on my MAC but always empty when built/archived on Circle CI.
I'm not really sure what other information to give on this other than that. Basically, I ran into this problem when integrating Codepush to my app, where they expect the keys to be defined in the Info.plist file. I took the traditional route of specifying build settings as a temporary workaround for the moment.
Let me know how I can help with any additional logs or similar.
The text was updated successfully, but these errors were encountered: