Replies: 17 comments 61 replies
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
I think these warnings are new in 0.67 when Flipper is enabled. I can't recall seeing them in 0.66.
Flipper still works though, so maybe it's not a cause for concern. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
-
It appears that Expo uses an iOS minimum deployment version of 12? That came up in the M1 build troubleshooting issue, and it causes part of the iOS compile workaround hack to fail, my thoughts as typed out on facebook/react-native#31941 (comment) Perhaps the time-redefinition-avoidance part of the Podfile compile hack - since it appears it will live longer then I/we thought it would could use a little refresh where it either takes a parameter of your ios deployment version, or attempts to dynamically detect it so that it is not quite so brittle. The assumption that target deployment version is 11 does fit most people, but if Expo is 12 there will be a huge percentage of users like yourself that are bitten by this I don't have time right now to extend the hack and my ruby skills are a bit awful, but what are the thoughts on the idea though? I personally try not to hide too much magic in my hacks so I like the idea of specifying an optional argument (but defaulting to 11) for the workaround for existing users, along with a comment in the template above it saying That could un-break a lot of users and allow people on RN67 (and/or RN66 if it's backported) to use it more LTS-style even if their iPhone min version bumps up |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
In the upgrade helper for 66.3 to 67 rc3, I see these files starting with underscores. Is that correct? I think I've seen other underscore files get renamed to have a dot as part of a release |
Beta Was this translation helpful? Give feedback.
-
Please revert facebook/react-native@f3fe7a0 as it breaks |
Beta Was this translation helpful? Give feedback.
-
After upgrading to 0.67-rc4 from 0.66, and uploading our iOS app into Testflight using Xcode 13.1 on an M1 Macbook Pro, I get an
Reverting the upgrade makes the problem go away. Also it works fine on the simulator. This might be something specific to our app and honestly I don't know how to debug it, just posting in case anyone else has a similar issue or can help triaging. Thanks. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
Hi @lunaleaps , It seems the most recent rc release has been mistakenly named as https://github.com/facebook/react-native/releases/tag/v0.67.0-rc.5 |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
@lunaleaps Kindly help us out with this issue in next release (facebook/react-native#21801), it's very old issue and still exist, many developers are facing it, since its very common requirement for most of the mobile applications. Thankyou |
Beta Was this translation helpful? Give feedback.
-
Looks likes hermes 0.10.0 build issues on ios may have probably been due to floating point alignment issues with the bitcode and has been fixed with the branch merge Remove float cast flag in 0.10.0 branch #654 . |
Beta Was this translation helpful? Give feedback.
-
@lunaleaps thanks for the release! FYI, the release notes should be updated to point "full changelog here" to this url: https://github.com/facebook/react-native/blob/main/CHANGELOG.md#v0670 |
Beta Was this translation helpful? Give feedback.
-
The branch cut has happened.
01/19/22 Update
0.67.0 has been promoted to stable. See patch discussion for 0.67.1 here
We aim to cut 0.68 release branch next week. See rough schedule
12/14/21 Update
12/06/21 Update
Notice
0.67-stable
branch and comment with the PR linkReport form for testers
Copy paste this table into a dedicated comment and fill accordingly 🤗 (the 🙅♂️ = non applicable/not tested)
Highlighted Changes in this release
Release Process
Checklist
react-native-website
to ship new versionRetrospective Topics
Release Status
Tracking 0.67.0-rc.7
Upon release
Blocking issues for releasing 0.67.0-rc.7
Picks for 0.67.0-rc.7
0.67.0-rc.6 (current, strong candidate for stable)
Upon release
Blocking issues for releasing 0.67.0-rc.6
Picks for 0.67.0-rc.6
0.67.0-rc.5
Upon release
Blocking issues for releasing 0.67.0-rc.5
Picks for 0.67.0-rc.5
0.67.0-rc.4
Upon release
Blocking issues for releasing 0.67.0-rc.4
Picks for 0.67.0-rc.4
0.67.0-rc.3
Upon release
Blocking issues for releasing 0.67.0-rc.3
Picks for 0.67.0-rc.3
0.67.0-rc.2
Upon release
Blocking issues for releasing 0.67.0-rc.2
"error: thread-local storage is not supported for the current target" has re-occured: Apple Silicon (M1) troubleshooting guide (RN 0.64/0.65/0.66) facebook/react-native#31941 (comment)Fixed with pick 2Picks for 0.67.0-rc.2
0.67.0-rc.1
Upon release
Blocking issues for releasing 0.67.0-rc.1
FBReactNativeSpec failure facebook/react-native#32417Turned out to be non-issuePicks for 0.67.0-rc.1
Beta Was this translation helpful? Give feedback.
All reactions