#nicolas_unexpected
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1475513167663599667
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- nicolas_unexpected, 3 hours ago, 41 messages
- nicolas_unexpected, 3 days ago, 44 messages
Hello can you tell me more about the issue? Like is a specific build error preventing this?
Hi!
i've just update RN SDK from 0.58.0 to 0.59.0 and i have an issue on Xcode
@round zephyr
Yep looking in to it
If you haven;t already it could be helpful to clean your build directory and re-build
same
Still looking in to this. Trying to build our sample app with this version myself.
What version did you upgrade from out of curiosity?
from 0.58.0 to 0.59.0
if i comment line 45
//appearance.infoIconColor = linkTextColorHex
it's ok
*in swift file
Gotcha, just getting to being able to build my RN iOS app with 0.59.0
I do see that someone else reported this same error on a GH issue
Describe the bug from: #2301 PMME cause failure during a build: 44 | if let linkTextColorHex = parseThemedColor(params: params, key: "linkTextColor") { > 45 | appearance.infoIconColor ...
oh yes the same!
Strangely my build passes
I think at the moment the best thing would be to comment on that GH issue and say you are seeing it too. I will flag internally, I see the person who reported there has a fix PR so hopefully it should be a straightforward fix on our side. I think at the moment, you will need to revert to 0.58.0 to build properly. Were you upgrading to use a specific feature?