Skip to content
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

create a new react App with react-native init tool makes impossible to run App in iOS Simulator #15768

Closed
rafaga opened this issue Sep 3, 2017 · 21 comments
Labels
Stale There has been a lack of activity on this issue and it may be closed soon.

Comments

@rafaga
Copy link

rafaga commented Sep 3, 2017

Is this a bug report?

Yes

Have you read the Contributing Guidelines?

Yes

Environment

  1. react-native -v:
    react-native-cli: 2.0.1
    react-native: 0.48.0
  2. node -v:
    v8.4.0
  3. npm -v:
    5.3.0
  4. yarn --version:
    0.27.5
    Then, specify:
  • Target Platform: iOS
  • Development Operating System: macOS 10.12.6 (16G29)
  • Build tools: No i'm using the default tool to build but i have XCode installed

Steps to Reproduce

(Write your steps here:)

  1. run react-native init coms
  2. cd coms
  3. react-native run-ios
  4. react-native log-ios

Expected Behavior

runs react native Application in iOS simulator. with the default code generated by react-native-cli

(Write what you thought would happen.)

Actual Behavior

it build fine, and installs the App into the iOS simulator but when tries to run the app the app exists without any visible message or error and refuses to run.

in stderr screen running react-native log-ios this appears:

coms[7364] <Error>: assertion failed: 16G29 14E8301: libxpc.dylib + 64131 [624BAF4F-2E03-34F8-ACBA-970B04637786]: 0x7d
Unknown[7364] <Error>: 
coms[7364] <Notice>: Initializing <RCTCxxBridge: 0x6000001a2d80> (parent: <RCTBridge: 0x6000000a1ce0>, executor: (null))
coms[7364] <Warning>: Class RCTCxxModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
coms[7364] <Notice>: Running application coms ({
        initialProps =     {
        };
        rootTag = 1;
    })
coms[7364] <Error>: -[NSTaggedPointerString unsignedIntValue]: unrecognized selector sent to instance 0xa313537323930327
coms[7364] <Error>: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSTaggedPointerString unsignedIntValue]: unrecognized selector sent to instance 0xa313537323930327'
    *** First throw call stack:
    (
        0   CoreFoundation                      0x000000010d419b0b __exceptionPreprocess + 171
        1   libobjc.A.dylib                     0x000000010c2cf141 objc_exception_throw + 48
        2   CoreFoundation                      0x000000010d489134 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
        3   CoreFoundation                      0x000000010d3a0840 ___forwarding___ + 1024
        4   CoreFoundation                      0x000000010d3a03b8 _CF_forwarding_prep_0 + 120
        5   coms                                0x000000010b6a70d4 -[RCTMultipartStreamReader emitProgress:contentLength:final:callback:] + 244
        6   coms                                0x000000010b6a78ca -[RCTMultipartStreamReader readAllPartsWithCompletionCallback:progressCallback:] + 1610
        7   coms                                0x000000010b6f71fc -[RCTMultipartDataTask URLSession:streamTask:didBecomeInputStream:outputStream:] + 444
        8   CFNetwork                           0x000000010ce79c51 __88-[NSURLSession delegate_streamTask:didBecomeInputStream:outputStream:completionHandler:]_block_invoke + 51
        9   Foundation                          0x000000010bdd93b7 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
        10  Foundation                          0x000000010bdd90bb -[NSBlockOperation main] + 101
        11  Foundation                          0x000000010bdd7877 -[__NSOperationInternal _start:] + 627
        12  Foundation                          0x000000010bdd35fc __NSOQSchedule_f + 198
        13  libdispatch.dylib                   0x00000001110f4792 _dispatch_client_callout + 8
        14  libdispatch.dylib                   0x00000001110da237 _dispatch_queue_serial_drain + 1022
        15  libdispatch.dylib                   0x00000001110da98f _dispatch_queue_invoke + 1053
        16  libdispatch.dylib                   0x00000001110dc899 _dispatch_root_queue_drain + 813
        17  libdispatch.dylib                   0x00000001110dc50d _dispatch_worker_thread3 + 113
        18  libsystem_pthread.dylib             0x00000001114885a2 _pthread_wqthread + 1299
        19  libsystem_pthread.dylib             0x000000011148807d start_wqthread + 13
    )
SpringBoard[3413] <Error>: [KeyboardArbiter] HW kbd: Failed to set (null) as keyboard focus
com.apple.CoreSimulator.SimDevice.E2457C7B-7E39-4B0A-B1C4-0FF23CDB1193.launchd_sim[3395] (UIKitApplication:org.reactjs.native.example.coms[0xeff5][3418][7364]) <Notice>: Service exited due to Abort trap: 6
backboardd[3414] <Error>: [Common] Unable to get short BSD proc info for 7364: No such process
backboardd[3414] <Error>: [Common] Unable to get proc info for 7364: Undefined error: 0
assertiond[3418] <Warning>: Deleted job with label: UIKitApplication:org.reactjs.native.example.coms[0xeff5][3418]

Reproducible Demo

Theres is not a reproducible demo, due to the that the problem is into iOS Simulator

Detected work around

creating an app with create-react-native-app tool and executing yarn eject or npm eject, creates a app structure that has no problems into the iOS emulator

@krystofcelba
Copy link

Hi,
here is quick fix for this error:
"postinstall": "sed -i '' 's/\\[headers\\[@\"Content-Length\"\\] unsignedIntValue\\]/\\[headers\\[@\"Content-Length\"\\] intValue\\]/' ./node_modules/react-native/React/Base/RCTMultipartStreamReader.m"
Add it to "scripts" in package.json in your project.

Also fixed in this PR GH-15755.

@matt-schrader
Copy link

I just ran into this also. Usakc's response fixed it. Thanks for the quick response!

@leandrodavimg
Copy link

I have the same problem, and I still do not know the solution.
The difference of what works in my projects is "react-native": "0.47.2"

@krittiyaclark
Copy link

That works if this is a first project for my case is prod/albums but when I created a second project it keeps trow an error when I run react-native run-ios.
This is what I do: - Go to a prod folder run react-native init auth --version 0.47.2.
- It built a project and I go to prod/auth then run npm install
- It built again then run react-native run-ios and here an error message.
screen shot 2017-09-03 at 10 55 57 am

@fanwise
Copy link

fanwise commented Sep 4, 2017

[headers[@"Content-Length"] unsignedIntValue]in ./node_modules/react-native/React/Base/RCTMultipartStreamReader.m cause the problem.
headers[@"Content-Length"] is a NSString, but the unsignedIntValue is a selector for NSNumber.
replace the code with (NSUInteger)[headers[@"Content-Length"] integerValue] can fix it. Because integerValue works both on NSString and NSNumber

@LiLiKazine
Copy link

what usakc said won't do for me, yet i went to RCTMultipartStreamReader.m and replace unsignedIntValue with intValue then it worked! Don't know why changes in package.json didn't work, though.

@Phieo
Copy link

Phieo commented Sep 4, 2017

@usakc It works for me, thanks.

@dabit3
Copy link
Contributor

dabit3 commented Sep 4, 2017

This issue has been fixed in version 0.48.1

@suckoja
Copy link

suckoja commented Sep 4, 2017

Can confirm to @dabit3, upgrade to 0.48.1 is fixing this issue now.

@uokesita
Copy link

uokesita commented Sep 4, 2017

I had this problem since yesterday, upgrading to 0.48.1 fixed for me

@iegik
Copy link

iegik commented Sep 4, 2017

2017-09-04 17 54 15

Same problem on:
react-native-cli: 2.0.1
react-native: 0.48.1

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RCTCxxBridge webSocketModule]: unrecognized selector sent to instance 0x6080001ba940'

...myApp.app/myApp (0x10ff544b8). One of the two will be used. Which one is undefined.
2017-09-04 18:03:56.396 [info][tid:main][RCTCxxBridge.mm:188] Initializing <RCTCxxBridge: 0x6080001ba940> (parent: <RCTBridge: 0x6000000b5a20>, executor: (null))
2017-09-04 18:03:56.448 [warn][tid:main][RCTBridge.m:114] Class RCTCxxModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.458 [warn][tid:main][RCTBridge.m:114] Class RCTWebSocketExecutor was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.458 [warn][tid:main][RCTBridge.m:114] Class RCTVibration was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.458 [warn][tid:main][RCTBridge.m:114] Class RCTUIManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.458 [warn][tid:main][RCTBridge.m:114] Class RCTTiming was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.459 [warn][tid:main][RCTBridge.m:114] Class RCTSourceCode was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.459 [warn][tid:main][RCTBridge.m:114] Class RCTSettingsManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.459 [warn][tid:main][RCTBridge.m:114] Class RCTRedBox was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.459 [warn][tid:main][RCTBridge.m:114] Class RCTPlatform was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.459 [warn][tid:main][RCTBridge.m:114] Class RCTPerfMonitor was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.459 [warn][tid:main][RCTBridge.m:114] Class RCTLocalAssetImageLoader was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.459 [warn][tid:main][RCTBridge.m:114] Class RCTJSCSamplingProfiler was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.460 [warn][tid:main][RCTBridge.m:114] Class RCTJSCExecutor was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.460 [warn][tid:main][RCTBridge.m:114] Class RCTImageStoreManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.460 [warn][tid:main][RCTBridge.m:114] Class RCTImageLoader was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.460 [warn][tid:main][RCTBridge.m:114] Class RCTImageEditingManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.460 [warn][tid:main][RCTBridge.m:114] Class RCTI18nManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.460 [warn][tid:main][RCTBridge.m:114] Class RCTHTTPRequestHandler was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.460 [warn][tid:main][RCTBridge.m:114] Class RCTGIFImageDecoder was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.460 [warn][tid:main][RCTBridge.m:114] Class RCTFileRequestHandler was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.460 [warn][tid:main][RCTBridge.m:114] Class RCTExceptionsManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.461 [warn][tid:main][RCTBridge.m:114] Class RCTEventDispatcher was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.461 [warn][tid:main][RCTBridge.m:114] Class RCTDevSettings was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.461 [warn][tid:main][RCTBridge.m:114] Class RCTDevMenu was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.461 [warn][tid:main][RCTBridge.m:114] Class RCTDevLoadingView was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.461 [warn][tid:main][RCTBridge.m:114] Class RCTDeviceInfo was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.461 [warn][tid:main][RCTBridge.m:114] Class RCTDataRequestHandler was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.461 [warn][tid:main][RCTBridge.m:114] Class RCTClipboard was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.461 [warn][tid:main][RCTBridge.m:114] Class RCTBlobManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.462 [warn][tid:main][RCTBridge.m:114] Class RCTAsyncLocalStorage was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.462 [warn][tid:main][RCTBridge.m:114] Class RCTEventEmitter was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.462 [warn][tid:main][RCTBridge.m:114] Class RCTWebSocketModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.462 [warn][tid:main][RCTBridge.m:114] Class RCTTVNavigationEventEmitter was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.462 [warn][tid:main][RCTBridge.m:114] Class RCTStatusBarManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.462 [warn][tid:main][RCTBridge.m:114] Class RCTNetworking was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.462 [warn][tid:main][RCTBridge.m:114] Class RCTNetInfo was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.462 [warn][tid:main][RCTBridge.m:114] Class RCTNativeAnimatedModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.462 [warn][tid:main][RCTBridge.m:114] Class RCTLocationObserver was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.463 [warn][tid:main][RCTBridge.m:114] Class RCTLinkingManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.463 [warn][tid:main][RCTBridge.m:114] Class RCTKeyboardObserver was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.463 [warn][tid:main][RCTBridge.m:114] Class RCTAppState was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.463 [warn][tid:main][RCTBridge.m:114] Class RCTAlertManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.463 [warn][tid:main][RCTBridge.m:114] Class RCTViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.463 [warn][tid:main][RCTBridge.m:114] Class RCTWebViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.463 [warn][tid:main][RCTBridge.m:114] Class RCTTextViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.463 [warn][tid:main][RCTBridge.m:114] Class RCTTextManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.464 [warn][tid:main][RCTBridge.m:114] Class RCTTextFieldManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.464 [warn][tid:main][RCTBridge.m:114] Class RCTTabBarManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.464 [warn][tid:main][RCTBridge.m:114] Class RCTTabBarItemManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.464 [warn][tid:main][RCTBridge.m:114] Class RCTSwitchManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.464 [warn][tid:main][RCTBridge.m:114] Class RCTSliderManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.464 [warn][tid:main][RCTBridge.m:114] Class RCTSegmentedControlManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.464 [warn][tid:main][RCTBridge.m:114] Class RCTScrollViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.464 [warn][tid:main][RCTBridge.m:114] Class RCTScrollContentViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.464 [warn][tid:main][RCTBridge.m:114] Class RCTRefreshControlManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.465 [warn][tid:main][RCTBridge.m:114] Class RCTRawTextManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.465 [warn][tid:main][RCTBridge.m:114] Class RCTProgressViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.465 [warn][tid:main][RCTBridge.m:114] Class RCTPickerManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.465 [warn][tid:main][RCTBridge.m:114] Class RCTNavItemManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.465 [warn][tid:main][RCTBridge.m:114] Class RCTNavigatorManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.465 [warn][tid:main][RCTBridge.m:114] Class RCTModalHostViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.465 [warn][tid:main][RCTBridge.m:114] Class RCTMaskedViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.465 [warn][tid:main][RCTBridge.m:114] Class RCTImageViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.466 [warn][tid:main][RCTBridge.m:114] Class RCTDatePickerManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.466 [warn][tid:main][RCTBridge.m:114] Class RCTActivityIndicatorViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.466 [warn][tid:main][RCTBridge.m:114] Class RCTActionSheetManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.466 [warn][tid:main][RCTBridge.m:114] Class RCTAccessibilityManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-09-04 18:03:56.476 [info][tid:main][RCTRootView.m:301] Running application myApp ({
    initialProps =     {
    };
    rootTag = 1;
})
2017-09-04 18:03:56.516 myApp[80160:2502296] -[RCTCxxBridge webSocketModule]: unrecognized selector sent to instance 0x6080001ba940
2017-09-04 18:03:56.535 myApp[80160:2502296] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RCTCxxBridge webSocketModule]: unrecognized selector sent to instance 0x6080001ba940'
*** First throw call stack:
(
	0   CoreFoundation                      0x00000001119f2b0b __exceptionPreprocess + 171
	1   libobjc.A.dylib                     0x0000000111079141 objc_exception_throw + 48
	2   CoreFoundation                      0x0000000111a62134 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
	3   CoreFoundation                      0x0000000111979840 ___forwarding___ + 1024
	4   CoreFoundation                      0x00000001119793b8 _CF_forwarding_prep_0 + 120
	5   myApp                       0x000000010fe36be5 -[RCTBlobManager methodQueue] + 69
	6   myApp                       0x000000010fd03f8e -[RCTModuleData setUpMethodQueue] + 670
	7   myApp                       0x000000010fd030b7 -[RCTModuleData setUpInstanceAndBridge] + 2439
	8   myApp                       0x000000010fd04ac6 __25-[RCTModuleData instance]_block_invoke + 38
	9   React                               0x0000000110848883 RCTUnsafeExecuteOnMainQueueSync + 67
	10  myApp                       0x000000010fd047d8 -[RCTModuleData instance] + 744
	11  myApp                       0x000000010fc697d8 __49-[RCTCxxBridge _prepareModulesWithDispatchGroup:]_block_invoke + 200
	12  libdispatch.dylib                   0x0000000115b114a6 _dispatch_call_block_and_release + 12
	13  libdispatch.dylib                   0x0000000115b3a05c _dispatch_client_callout + 8
	14  libdispatch.dylib                   0x0000000115b1b583 _dispatch_main_queue_callback_4CF + 787
	15  CoreFoundation                      0x00000001119b7909 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
	16  CoreFoundation                      0x000000011197dae4 __CFRunLoopRun + 2164
	17  CoreFoundation                      0x000000011197d016 CFRunLoopRunSpecific + 406
	18  GraphicsServices                    0x0000000116b00a24 GSEventRunModal + 62
	19  UIKit                               0x00000001141a2134 UIApplicationMain + 159
	20  myApp                       0x000000010fba0adf main + 111
	21  libdyld.dylib                       0x0000000115b8665d start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) 

@aarhub
Copy link

aarhub commented Sep 5, 2017

It's a real bug. Try the new version 0.48.1.
Duplicated #15779

@iegik
Copy link

iegik commented Sep 5, 2017

already tried, no luck

@rafaga
Copy link
Author

rafaga commented Sep 5, 2017

i have tested with 0.48.1, seems fixed now

@dabit3
Copy link
Contributor

dabit3 commented Sep 5, 2017

@rafaga I've also tested with 0.48.1 and seems to work whereas 0.48.0 did not. @iegik , what errors are you getting? Thanks.

@iegik
Copy link

iegik commented Sep 6, 2017

@dabit3 maybe it fixed in some of master commits or 0.49.0-rc.*...
@grabbou grabbou tagged this 2 days ago · 272 commits to master since this tag
but I did not see "Content-Length" line in https://github.com/facebook/react-native/blob/v0.48.1/React/Base/RCTMultipartStreamReader.m

I still got errors from 0.48.1 release

These errors: #15768 (comment)

@iegik
Copy link

iegik commented Sep 6, 2017

I still cannot launch my app since 0.45.1 on android #15621

@jcxc
Copy link

jcxc commented Sep 21, 2017

@fanwise it works for me, thank U

@stale
Copy link

stale bot commented Nov 20, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.

@stale stale bot added the Stale There has been a lack of activity on this issue and it may be closed soon. label Nov 20, 2017
@stale stale bot closed this as completed Nov 27, 2017
@HananeAlSamrout
Copy link

downgrading to 0.48.1 worked for me

@jasonzhangdong
Copy link

Feb 28 11:05:18 iPhone-chenyu wepilotrelase(CoreFoundation)[17432] <Notice>: -[__NSCFString unsignedIntValue]: unrecognized selector sent to instance 0x1c442f720
Feb 28 11:05:18 iPhone-chenyu wepilotrelase[17432] <Notice>: Exception '-[__NSCFString unsignedIntValue]: unrecognized selector sent to instance 0x1c442f720' was thrown while invoking pay on target WeChat with params (
        {
        nonceStr = 322a45a25fb119b2fac403e6a2cc011c;
        package = "Sign=WXPay";
        partnerId = 1578411422;
        prepayId = wx20180228110517c3b3a2fc600991055163;
        sign = C113CB1A20EC33513C3810BF8B17745C;
        timeStamp = 1519787117;
    },
    6643
)
callstack: (
	0   CoreFoundation                      0x0000000182e0237c <redacted> + 148
	1   libobjc.A.dylib                     0x0000000182048528 objc_exception_throw + 56
	2   CoreFoundation                      0x0000000182e0f828 <redacted> + 0
	3   CoreFoundation                      0x0000000182e07d10 <redacted> + 1380
	4   CoreFoundation                      0x0000000182cececc _CF_forwarding_prep_0 + 92
	5   wepilotrelase                       0x00000001011c1c98 _ZNSt3__112__hash_tableINS_17__hash_value_typeINS_12basic_stringIcNS_11char_traitsIcEENS_9allocato<\M-b\M^@\M-&>

@facebook facebook locked and limited conversation to collaborators May 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Stale There has been a lack of activity on this issue and it may be closed soon.
Projects
None yet
Development

No branches or pull requests