question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

☂️ Supporting Xcode 11 and iOS 13 Beta

See original GitHub issue

This 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

Known Issues

Fixed Issues

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:29
  • Comments:37 (8 by maintainers)

github_iconTop GitHub Comments

30reactions
tryaocommented, Oct 11, 2019

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

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

12reactions
lxy8228535commented, Sep 29, 2019

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found