☂️ Supporting Xcode 11 and iOS 13 Beta
See original GitHub issueThis task tracks issues with Xcode 11 and iOS 13. Both are currently in Beta, with an expected release date sometime in September 2019.
Related Issues
- Supporting Project Catalyst: Running iPad apps on macOS
- Initial UIKitForMac support
- Initial UIWindowScene support
Known Issues
Fixed Issues
Issue Analytics
- State:
- Created 4 years ago
- Reactions:29
- Comments:37 (8 by maintainers)
Top Results From Across the Web
Xcode - Support - Apple Developer
Xcode Version Minimum OS Required Simulator Swift
Xcode 14.1 macOS Monterey 12.5 iOS 12.4‑16.1 tvOS 12.4‑16.1 watchOS 7‑9.1 Swift 4...
Xcode 14.0.x macOS Monterey 12.5...
Read more >Apple Beta Software Program to Download iOS 13 and XCode ...
As many of you may know I have been creating prototypes with iOS Beta and also Xcode Beta, I've done this many times...
Read more >Firebase Apple SDK Release Notes - Google
Added notification support for iOS 16 simulators on Xcode 14. See the Xcode release notes for ... Fixed build issues introduced in Xcode...
Read more >Maps SDK for iOS release notes - Google Developers
Freezing support for iOS 13 - August 15, 2022 ... The new minimum version of Xcode is 13.0. ... Earlier SDK versions will...
Read more >Does Xcode 13.0 support iOS 15.0.1 - Reddit
No. It doesn't work. Xcode 13.0 shows iPhone running iOS 15.0.1 as "Unable to prepare iPhone for development".
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I solved my problem by use the following method:
in your project directory, open file in myproject/node_modules/react-native/React/Base/RCTModuleMethod.m. Then correct as below: https://github.com/facebook/react-native/pull/25146/files#diff-263fc157dfce55895cdc16495b55d190
when I push to RN page with Xcode 11, the iOS app crashes, but it’s no problem with Xcode 10.
Exception ‘createView:(nonnull NSNumber *)reactTag viewName:(NSString *)viewName rootTag:(attribute((unused)) NSNumber *)rootTag props:(NSDictionary *)props is not a recognized Objective-C method.’ was thrown while invoking createView on target UIManager with params ( 2, RCTView, 1, { flex = 1; pointerEvents = “box-none”; } )
RCTFatal -[RCTBatchedBridge callNativeModule:method:params:] __33-[RCTBatchedBridge handleBuffer:]_block_invoke.388 _dispatch_call_block_and_release _dispatch_client_callout _dispatch_lane_serial_drain _dispatch_lane_invoke _dispatch_workloop_worker_thread _pthread_wqthread start_wqthread