Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all 16567 articles
Browse latest View live

Xcode 11 Upgrade | Could not find iPhone X simulator | XRPackageModel 9.0.omo

$
0
0

Anyone else getting this since upgrading from Xcode 10.3 to Xcode 11 when running react-native run-ios and any idea to get back up and running?

CoreData: annotation:  Failed to load optimized model at path '/Applications/Xcode.app/Contents/Applications/Instruments.app/Contents/Frameworks/InstrumentsPackaging.framework/Versions/A/Resources/XRPackageModel.momd/XRPackageModel 9.0.omo'
error Could not find iPhone X simulator

How to get current network information for a given network interface on iOS 13

$
0
0

I'm trying to implement an app that uses the BSSID of the network that the user is currently connected to on iOS 13.

However, Apple's documentation for CNCopyCurrentNetworkInfo on iOS 13 is not clear in its requirements for usage of their API.

It states the following in its description:

The requesting app must meet one of the following requirements:

  • The app uses Core Location, and has the user’s authorization to use location information.

  • The app uses the NEHotspotConfiguration API to configure the current Wi-Fi network.

  • The app has active VPN configurations installed.

This seems to suggest that only needs to meet one out of the 3 requirements listed above.

However, it subsequently states:

An app that fails to meet any of the above requirements receives the following return value:

  • An app linked against iOS 12 or earlier receives a dictionary with pseudo-values. In this case, the SSID is Wi-Fi (or WLAN in the China region), and the BSSID is 00:00:00:00:00:00.

  • An app linked against iOS 13 or later receives NULL.

This suggests that the app needs to meet all of the above requirements

This makes it extremely confusing as to what the requirements are, since the former part claims that you only need to implement one of the three in order to get the BSSID, whereas the latter part states that you won't get it if you miss out on any of the three requirements.

Any help on this would be much appreciated!

React Native - iOS - Invalid `Podfile` file: undefined method `[]' for nil:NilClass

$
0
0

I have just started out with React Native. I was following the React Native CLI Quickstart from the official documentation. That does also mean I am up to date with React Native version 0.61.2.

Since then I have done some basic UI, checking with the result in the iPhone simulator. It works when running react-native run-ios, not really touching the ios/Podfile too much.

My problem is running pod install inside my ios/ folder always results in an error! This becomes a problem now where I need to install additional packages. But it is already failing with default Podfile!

Error message:

[!] Invalid `Podfile` file: undefined method `[]' for nil:NilClass.

 #  from /Users/marcel/Projekte/WerBinIch/ios/Podfile:43
 #  -------------------------------------------
 #  
 >    use_native_modules!
 #  end
 #  -------------------------------------------

ios/Podfile

platform :ios, '9.0'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

target 'WerBinIch' do
  # Pods for WerBinIch
  pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
  pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
  pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
  pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
  pod 'React', :path => '../node_modules/react-native/'
  pod 'React-Core', :path => '../node_modules/react-native/'
  pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
  pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
  pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
  pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
  pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
  pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
  pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
  pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
  pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
  pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
  pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
  pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'

  pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
  pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
  pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
  pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
  pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
  pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
  pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'

  pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
  pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
  pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'


  target 'WerBinIchTests' do
    inherit! :search_paths
    # Pods for testing
  end

  use_native_modules!
end

I have no idea how to deal with this! I have no idea how the Podfile and the thing with the xcode files really work! I was trying to delete folders accomplishing a reset. More than that I have no idea what the error message could mean.

Build .ipa file for react-native-ios (Please explain step by step)

$
0
0

I try to build .ipa file in react native ios But I can not get .ipa file.

Any one couldd you explain how to get .ipa file ?

React-native, how to get file-asset image absolute path?

$
0
0

I'm doing some image manipulation on ios on react-native.

The problem is one of the libraries I'm using only supports absolute paths, but I only have the file-asset uri.

Example

I have:

assets-library://asset/asset.HEIC?id=CE542E92-B1FF-42DC-BD89-D61BB70EB4BF&ext=HEIC

I need:

file:///Users/USERNAME/Library/Developer/CoreSimulator/Devices/########-####-####-####-############/data/Containers/Data/Application/########-####-####-####-############/Documents/########-####-####-####-############.jpg

Is there any way to easily get the image absolute path?

What happens with console.log statements in React Native apps from app stores?

$
0
0

A React Native app I recently developed is now listed inside Google Play Store and iOS App Store. There is a problem that I want to debug now using log statements on my own iOS device. I prefixed the log statements for this functionality with a constant (e.g. a log message will be [XYZ BLT] Started scanning for devices) to make them searchable in a convenient way. During the development I used to see the app logs on my iOS device using OSXs' console app. I just filtered all the phones logs by the prefix ([XYC BLT]). Now with the app being installed from the App Store, this does not find log messages anymore, although I triggered them to be logged.

Are console.log calls from a React Native app from the App Store even creating real log entries? Should I log differently "in production"? Currently I am blind. How to approach this?

UISegmentedControl iOS 13 change color of UIControlStateSelected and UIControlStateHighlighted together

$
0
0

Trying to do something like:

[self setSelectedSegmentTintColor:tintColor];
[self setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor blackColor]}
                    forState:UIControlStateSelected];
[self setTitleTextAttributes:@{NSForegroundColorAttributeName: [UIColor blackColor]}
                    forState:UIControlStateSelected|UIControlStateHighlighted];
[self setTitleTextAttributes:@{NSForegroundColorAttributeName: tintColor}
                    forState:UIControlStateNormal];

But looks like I cannot do forState:UIControlStateSelected|UIControlStateHighlighted. This is how my tabs look:

enter image description here

Which is ok. But when I press the selected item, the text color changes to white (tint):

enter image description here

Any way to configure the text color for selected & highlighted?

Get size of a View in React Native

$
0
0

Is it possible to get the size (width and height) of a certain view? For example, I have a view showing the progress:

<View ref='progressBar' style={{backgroundColor:'red',flex:this.state.progress}} /> 

I need to know the actual width of the view to align other views properly. Is this possible?


Cocoapods error: cannot load such file -- macho

$
0
0

I have an error when I try to install pod. I try to uninstall completely cocoapods and install it again but it doesn't work. I have no idea how to fix it I tried to install macho but it doesn't help. It looks ok until Generating Pods project then it crashes pod version 1.5.3

pod install


Analyzing dependencies
Downloading dependencies
Using Adjust (4.8.5)
Using Crashlytics (3.10.7)
Using Fabric (1.7.11)
Using Google-Mobile-Ads-SDK (7.33.1)
Using GoogleAds-IMA-iOS-SDK (3.7.3)
Generating Pods project

――― MARKDOWN TEMPLATE ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

### Command

```
/Users/s/.rvm/gems/ruby-2.2.4/bin/pod install
```

### Report

* What did you do?

* What did you expect to happen?

* What happened instead?


### Stack

```
   CocoaPods : 1.5.3
        Ruby : ruby 2.2.4p230 (2015-12-16 revision 53155) [x86_64-darwin15]
    RubyGems : 2.6.10
        Host : Mac OS X 10.14 (18A391)
       Xcode : 9.4.1 (9F2000)
         Git : git version 2.16.2
Ruby lib dir : /Users/s/.rvm/rubies/ruby-2.2.4/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 799ce6567dfe5da62ecdc3a7ba975737c7926347
```

### Plugins

```
cocoapods-deintegrate : 1.0.2
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-stats       : 1.0.0
cocoapods-trunk       : 1.3.1
cocoapods-try         : 1.1.0
```

### Podfile

```ruby
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
platform :ios, '9.0'
project 'BunteMobile.xcodeproj'
target 'BunteMobile' do
  # Comment this line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for BunteMobile
  pod 'Adjust', '~> 4.8.3'
  pod 'Google-Mobile-Ads-SDK'
  pod 'GoogleAds-IMA-iOS-SDK', '~> 3.7'
  pod 'Fabric', '~> 1.7.0'
  pod 'Crashlytics', '~>  3.9'

  target 'BunteMobileTests' do
    inherit! :search_paths
    # Pods for testing
  end

end
```

### Error

```
LoadError - cannot load such file -- macho
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/sandbox/file_accessor.rb:432:in `rescue in dynamic_binary?'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/sandbox/file_accessor.rb:427:in `dynamic_binary?'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/sandbox/file_accessor.rb:164:in `block in vendored_dynamic_frameworks'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/sandbox/file_accessor.rb:163:in `select'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/sandbox/file_accessor.rb:163:in `vendored_dynamic_frameworks'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/sandbox/file_accessor.rb:172:in `vendored_static_frameworks'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/sandbox/file_accessor.rb:238:in `vendored_static_artifacts'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb:56:in `block in generate'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb:56:in `any?'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb:56:in `generate'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/generator/xcconfig/aggregate_xcconfig.rb:39:in `save_as'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator/target_installer.rb:112:in `update_changed_file'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator/aggregate_target_installer.rb:96:in `block in create_xcconfig_file'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator/aggregate_target_installer.rb:93:in `each'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator/aggregate_target_installer.rb:93:in `create_xcconfig_file'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator/aggregate_target_installer.rb:18:in `block in install!'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/user_interface.rb:142:in `message'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator/aggregate_target_installer.rb:14:in `install!'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator.rb:181:in `block (2 levels) in install_libraries'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator.rb:179:in `each'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator.rb:179:in `block in install_libraries'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/user_interface.rb:142:in `message'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator.rb:167:in `install_libraries'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer/xcode/pods_project_generator.rb:65:in `generate!'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer.rb:184:in `block in generate_pods_project'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/user_interface.rb:64:in `section'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer.rb:183:in `generate_pods_project'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/installer.rb:119:in `install!'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/command/install.rb:41:in `run'
/Users/s/.rvm/gems/ruby-2.2.4@global/gems/claide-1.0.2/lib/claide/command.rb:334:in `run'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/lib/cocoapods/command.rb:52:in `run'
/Users/s/.rvm/gems/ruby-2.2.4/gems/cocoapods-1.5.3/bin/pod:55:in `<top (required)>'
/Users/s/.rvm/gems/ruby-2.2.4/bin/pod:22:in `load'
/Users/s/.rvm/gems/ruby-2.2.4/bin/pod:22:in `<main>'
/Users/s/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:24:in `eval'
/Users/s/.rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:24:in `<main>'
```

――― TEMPLATE END ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

[!] Oh no, an error occurred.

Search for existing GitHub issues similar to yours:
https://github.com/CocoaPods/CocoaPods/search?q=cannot+load+such+file+--+macho&type=Issues

If none exists, create a ticket, with the template displayed above, on:
https://github.com/CocoaPods/CocoaPods/issues/new

Be sure to first read the contributing guide for details on how to properly submit a ticket:
https://github.com/CocoaPods/CocoaPods/blob/master/CONTRIBUTING.md

Don't forget to anonymize any private data!

Looking for related issues on cocoapods/cocoapods...
 - LoadError - cannot load such file -- macho
   https://github.com/CocoaPods/CocoaPods/issues/7849 [closed] [7 comments]
   16 hours ago

 - LoadError - cannot load such file -- macho
   https://github.com/CocoaPods/CocoaPods/issues/7867 [closed] [17 comments]
   5 weeks ago

 - LoadError - cannot load such file -- macho
   https://github.com/CocoaPods/CocoaPods/issues/7864 [closed] [2 comments]
   21 Jun 2018

and 5 more at:
https://github.com/cocoapods/cocoapods/search?q=cannot%20load%20such%20file%20--%20macho&type=Issues&utf8=✓

iOS app restarts in background on iOS 13.2.2 but not on iOS 12.4

$
0
0

I am developing an iOS app in React Native. I have been testing my application on two iPhones - iPhone 6 running iOS 12.4 and iPhone 11 Pro Max running the latest - 13.2.2.

I am having the strange problem that my application restarts when it is minimized in background and not used on the latest iOS. However, my app would continue from where it has been left after long periods of time on iOS 12.4 - in short it will not restart when in background, which is exactly what I want.

I wish to keep my app on the last state the user left it when navigating away from it, so the user can go back and continue their process. How can I fix this? How come an older iPhone with older hardware and older software manages to keep my application running in the background while the newest flagship with its latest software cannot manage it?

P.S. I had the same issue on one of the previous versions of iOS 13. I was really happy when I read that 13.2.2has addressed this issue and I was hoping it would fix my problem. Unfortunately, it did not.

I would appreciate any ways and guides of debugging this problem and fixing it.

React Native operation not permitted - macOs Catalina 10.15

$
0
0

Just bought a new laptop running macOs Catalina 10.15 (upgraded to zsh as default shell) and trying to start my React Native (0.61.2) project but XCode (10.3) keeps throwing this error:

error: open /Users/.../node_modules/react-native/ReactCommon/jsinspector/InspectorInterfaces.h: Operation not permitted

This is what I tried to resolve it:

$ git reset --hard origin/master
$ git pull origin master
$ rm -rf node_modules/
$ npm install

I also tried:

$ npm start -- --reset-cache

I tried to re-install Pods:

$ sudo gem install cocoapods-clean
$ pod deintegrate
$ pod clean
$ pod install

And of course a Clean Build in Xcode.

I feel like I tried everything but keep facing this issue - any suggestions?

android and ios app subscription checking in react native

$
0
0

I'm creating app that is only available on subscription, no free or trial version. In react native, how do I check if the user has a valid active subscription? Is there any api I need to call?

On the app load or login time, I want to check if the user still has valid subscription and if not just not let the user to login into app.

Another question I have is do I even need to do this? Does android or ios automatically uninstall or restrict access to app if the subscription is expired?

Set image instead color in AppDelegate.m in rootView

$
0
0

I was looking in react-native iOS project in AppDelegate.m file, there is this line:

rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];

Is it possible to set an image as background instead of backgroundColor?

Using curl command for react native to fetch api

$
0
0

I'm trying to use the petfinder APi for an app I'm creating and following the API documentation which can be found here : https://www.petfinder.com/developers/v2/docs/#developer-resources.

It gives the command : curl -d "grant_type=client_credentials&client_id={CLIENT-ID}&client_secret={CLIENT-SECRET}" https://api.petfinder.com/v2/oauth2/token

Im trying to translate this for react native and used the following code:

getAdopt1 = async() => {
fetch('https://api.petfinder.com/v2/oauth2/token', {
method: 'POST',
headers: {
Accept: 'application/json',
'Content-Type': 'application/json',
},
body: JSON.stringify({
firstParam: "grant_type=client_credentials&client_id={CLIENT-ID}&client_secret={CLIENT-SECRET}"
}),
}).then((response) => response.json())
.then((responseJson) => {
let res = JSON.stringify(responseJson)
console.log("Response: "+res)
return responseJson;
})
.catch((error) => {
console.error(error);
})
}

However I get the following error:

Response: {"type":"https://httpstatus.es/400","status":400,"title":"unsupported_grant_type","detail":"The authorization grant type is not supported by the authorization server.","errors":[{"code":"unsupported_grant_type","title":"Unauthorized","message":"The authorization grant type is not supported by the authorization server. - Check that all required parameters have been provided","details":"The authorization grant type is not supported by the authorization server. - Check that all required parameters have been provided","href":"http://developer.petfinder.com/v2/errors.html#unsupported_grant_type"}],"hint":"Check that all required parameters have been provided"}

What am I doing wrong here ?

iTunes is not showing the supported languages for React Native App

$
0
0

I added support for multiple languages for a react native project using i18nJs. Since we are handling the localization manually, I added the language keys to CFBundleLocalizations. However, upon the release of the app, iTunes is not showing the languages specified in CFBundleLocalizations. It's showing only English.

My app showing only one langaugeenter image description here


Expo - reduce PDF filesize on iOS devices

$
0
0

I'm currently creating an A4 PDF within my Expo-App, using the "expo-print" API (printtofileasync). The PDF includes images (photos taken from the device) and some text. I've set the PDF size to 595 width, 842 height (A4 dimensions). Unfortunately the size of the PDF is too large for my requirements (1,9MB with only 1 image).

I was able to reduce the PDF size on Android by decreasing the image size, but that does not work on iOS. I have the suspicion that on iOS Expo is simply "making screenshots" of the page, therefore changing the image size has no effect. I've already tried to decrease the whole PDF size to A5, but that's not a solution, because the PDFs needs to be printed afterwards on A4.

Any help would be appreciated!

Linking.openUrl to send an sms in IOS

$
0
0

I need to send an SMS with a prefilled body in a React-native app but I'm having trouble passing the phone number

This is what I have tried so far:

Linking.openURL(sms:/open?addresses=${phone}&body=${body})

Linking.openURL(sms:${phone}&body=${body})

Linking.openURL(sms:/?addresses=${phone}&body=${body})

The sms App opens and the body is in the message filed but the To: field contains 'No Name' with a spiner.

*this is on the latest version of IOS (13.2.2)

Prevent Lockscreen / Notificationcenter from swiping down in react-native

$
0
0

Starting with iOS 11 the behavior to prioritize own gestures over the system gestures on screen edges changed.

Previously iOS assumed that if you hide the status bar you want your gestures on screen edges to be fired first.

Now you have to override the preferredScreenEdgesDeferringSystemGestures method to achieve the same result as explained here: https://useyourloaf.com/blog/avoiding-conflicts-with-system-gestures-at-screen-edges/.

How can we do that in react-native? Is this already dealt with in a recent version or not? I can't find any reference to that method in the react-native source code.

Cache image on react native

$
0
0

Is there a good library or maybe some default react native components that cache the image from a url? I've tried react-native-cache-image but there are a lot of issues with react-native-fs and react-native-sqlite-storage and as I am new to react native I dont know how to fix them properly.

Read Apple crash reports without OS

$
0
0

So I built an app on expo with react native that run perfectly on android, I am using a Windows pc for my code and also uploaded with application uploader, So I got an an error report from apple, first of all how do I understand what is the reason my app is crashing? there is a way to understand the errors without Mac pc? Thanks!


Thread 0 name:  Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib          0x0000000191632ebc 0x19160e000 + 151228
1   libsystem_pthread.dylib         0x000000019154e790 0x19154c000 + 10128
2   libsystem_c.dylib               0x00000001914a28a0 0x19142f000 + 473248
3   libsystem_c.dylib               0x00000001914a2830 0x19142f000 + 473136
4   libc++abi.dylib                 0x00000001915fb7d4 0x1915fa000 + 6100
5   libc++abi.dylib                 0x00000001915fb9c4 0x1915fa000 + 6596
6   libobjc.A.dylib                 0x0000000191563358 0x19155d000 + 25432
7   libc++abi.dylib                 0x0000000191608304 0x1915fa000 + 58116
8   libc++abi.dylib                 0x000000019160829c 0x1915fa000 + 58012
9   libdispatch.dylib               0x0000000191508198 0x1914ac000 + 377240
10  libdispatch.dylib               0x00000001914bad14 0x1914ac000 + 60692
11  libdispatch.dylib               0x0000000191508184 0x1914ac000 + 377220
12  libdispatch.dylib               0x00000001914ba1d0 0x1914ac000 + 57808
13  CoreFoundation                  0x00000001917b83c4 0x19170f000 + 693188
14  CoreFoundation                  0x00000001917b33b8 0x19170f000 + 672696
15  CoreFoundation                  0x00000001917b28bc 0x19170f000 + 669884
16  GraphicsServices                0x000000019b61e328 0x19b61b000 + 13096
17  UIKitCore                       0x00000001958486d4 0x194e58000 + 10421972
18  ComGpLiminal                    0x0000000100818658 0x100814000 + 18008
19  libdyld.dylib                   0x000000019163d460 0x19163c000 + 5216

Thread 1:
0   libsystem_pthread.dylib         0x000000019155aad8 0x19154c000 + 60120

Thread 2:
0   libsystem_pthread.dylib         0x000000019155aad8 0x19154c000 + 60120

Thread 3:
0   libsystem_pthread.dylib         0x000000019155aad8 0x19154c000 + 60120

Thread 4:
0   libsystem_pthread.dylib         0x000000019155aad8 0x19154c000 + 60120

Thread 5 name:  Dispatch queue: com.facebook.react.ExceptionsManagerQueue
Thread 5:
0   libsystem_kernel.dylib          0x00000001916338b0 0x19160e000 + 153776
1   libdispatch.dylib               0x00000001914aecfc 0x1914ac000 + 11516
2   libdispatch.dylib               0x00000001914aeae0 0x1914ac000 + 10976
3   libdispatch.dylib               0x00000001914baee4 0x1914ac000 + 61156
4   libdispatch.dylib               0x00000001914bab00 0x1914ac000 + 60160
5   ComGpLiminal                    0x00000001009fa6b0 0x100814000 + 1992368
6   ComGpLiminal                    0x00000001009e5c70 0x100814000 + 1907824
7   ComGpLiminal                    0x0000000100ba92bc 0x100814000 + 3756732
8   ComGpLiminal                    0x0000000100bdf33c 0x100814000 + 3978044
9   CoreFoundation                  0x0000000191840d90 0x19170f000 + 1252752
10  CoreFoundation                  0x0000000191710bd0 0x19170f000 + 7120
11  CoreFoundation                  0x00000001917117a8 0x19170f000 + 10152
12  ComGpLiminal                    0x0000000100c07860 0x100814000 + 4143200
13  ComGpLiminal                    0x0000000100c0e0cc 0x100814000 + 4169932
14  ComGpLiminal                    0x0000000100c0de2c 0x100814000 + 4169260
15  libdispatch.dylib               0x0000000191507610 0x1914ac000 + 374288
16  libdispatch.dylib               0x0000000191508184 0x1914ac000 + 377220
17  libdispatch.dylib               0x00000001914b4464 0x1914ac000 + 33892
18  libdispatch.dylib               0x00000001914b4e58 0x1914ac000 + 36440
19  libdispatch.dylib               0x00000001914be340 0x1914ac000 + 74560
20  libsystem_pthread.dylib         0x0000000191557fa4 0x19154c000 + 49060
21  libsystem_pthread.dylib         0x000000019155aae0 0x19154c000 + 60128

Thread 6:
0   libsystem_pthread.dylib         0x000000019155aad8 0x19154c000 + 60120

Thread 7 name:  com.apple.uikit.eventfetch-thread
Thread 7:
0   libsystem_kernel.dylib          0x00000001916115f4 0x19160e000 + 13812
1   libsystem_kernel.dylib          0x0000000191610a60 0x19160e000 + 10848
2   CoreFoundation                  0x00000001917b8068 0x19170f000 + 692328
3   CoreFoundation                  0x00000001917b3188 0x19170f000 + 672136
4   CoreFoundation                  0x00000001917b28bc 0x19170f000 + 669884
5   Foundation                      0x0000000191af2994 0x191aeb000 + 31124
6   Foundation                      0x0000000191af2874 0x191aeb000 + 30836
7   UIKitCore                       0x00000001958e049c 0x194e58000 + 11043996
8   Foundation                      0x0000000191c230b0 0x191aeb000 + 1278128
9   libsystem_pthread.dylib         0x00000001915571ec 0x19154c000 + 45548
10  libsystem_pthread.dylib         0x000000019155aaec 0x19154c000 + 60140

Thread 8 name:  AVAudioSession Notify Thread
Thread 8:
0   libsystem_kernel.dylib          0x00000001916115f4 0x19160e000 + 13812
1   libsystem_kernel.dylib          0x0000000191610a60 0x19160e000 + 10848
2   CoreFoundation                  0x00000001917b8068 0x19170f000 + 692328
3   CoreFoundation                  0x00000001917b3188 0x19170f000 + 672136
4   CoreFoundation                  0x00000001917b28bc 0x19170f000 + 669884
5   AVFAudio                        0x000000019e213e68 0x19e1ae000 + 417384
6   AVFAudio                        0x000000019e264df0 0x19e1ae000 + 749040
7   libsystem_pthread.dylib         0x00000001915571ec 0x19154c000 + 45548
8   libsystem_pthread.dylib         0x000000019155aaec 0x19154c000 + 60140

Thread 9:
0   libsystem_pthread.dylib         0x000000019155aad8 0x19154c000 + 60120

Thread 10 name:  com.facebook.react.JavaScript
Thread 10:
0   libsystem_kernel.dylib          0x00000001916115f4 0x19160e000 + 13812
1   libsystem_kernel.dylib          0x0000000191610a60 0x19160e000 + 10848
2   CoreFoundation                  0x00000001917b8068 0x19170f000 + 692328
3   CoreFoundation                  0x00000001917b3188 0x19170f000 + 672136
4   CoreFoundation                  0x00000001917b28bc 0x19170f000 + 669884
5   ComGpLiminal                    0x0000000100bca6b4 0x100814000 + 3892916
6   Foundation                      0x0000000191c230b0 0x191aeb000 + 1278128
7   libsystem_pthread.dylib         0x00000001915571ec 0x19154c000 + 45548
8   libsystem_pthread.dylib         0x000000019155aaec 0x19154c000 + 60140

Thread 11 name:  com.apple.CoreMotion.MotionThread
Thread 11:
0   libsystem_kernel.dylib          0x00000001916115f4 0x19160e000 + 13812
1   libsystem_kernel.dylib          0x0000000191610a60 0x19160e000 + 10848
2   CoreFoundation                  0x00000001917b8068 0x19170f000 + 692328
3   CoreFoundation                  0x00000001917b3188 0x19170f000 + 672136
4   CoreFoundation                  0x00000001917b28bc 0x19170f000 + 669884
5   CoreFoundation                  0x00000001917b3608 0x19170f000 + 673288
6   CoreMotion                      0x000000019e0d264c 0x19dfec000 + 943692
7   libsystem_pthread.dylib         0x00000001915571ec 0x19154c000 + 45548
8   libsystem_pthread.dylib         0x000000019155aaec 0x19154c000 + 60140

Thread 12 name:  JavaScriptCore bmalloc scavenger
Thread 12:
0   libsystem_kernel.dylib          0x0000000191632c8c 0x19160e000 + 150668
1   libsystem_pthread.dylib         0x0000000191550204 0x19154c000 + 16900
2   libc++.1.dylib                  0x00000001916847a8 0x191676000 + 59304
3   JavaScriptCore                  0x00000001a04103fc 0x1a0388000 + 558076
4   JavaScriptCore                  0x00000001a0413dcc 0x1a0388000 + 572876
5   JavaScriptCore                  0x00000001a0413ab4 0x1a0388000 + 572084
6   JavaScriptCore                  0x00000001a0414dc0 0x1a0388000 + 576960
7   libsystem_pthread.dylib         0x00000001915571ec 0x19154c000 + 45548
8   libsystem_pthread.dylib         0x000000019155aaec 0x19154c000 + 60140

Thread 13 name:  com.apple.NSURLConnectionLoader
Thread 13:
0   libsystem_kernel.dylib          0x00000001916115f4 0x19160e000 + 13812
1   libsystem_kernel.dylib          0x0000000191610a60 0x19160e000 + 10848
2   CoreFoundation                  0x00000001917b8068 0x19170f000 + 692328
3   CoreFoundation                  0x00000001917b3188 0x19170f000 + 672136
4   CoreFoundation                  0x00000001917b28bc 0x19170f000 + 669884
5   CFNetwork                       0x0000000194a2de68 0x194a2c000 + 7784
6   Foundation                      0x0000000191c230b0 0x191aeb000 + 1278128
7   libsystem_pthread.dylib         0x00000001915571ec 0x19154c000 + 45548
8   libsystem_pthread.dylib         0x000000019155aaec 0x19154c000 + 60140

Thread 14 name:  Heap Helper Thread
Thread 14:
0   libsystem_kernel.dylib          0x0000000191632c8c 0x19160e000 + 150668
1   libsystem_pthread.dylib         0x0000000191550204 0x19154c000 + 16900
2   JavaScriptCore                  0x00000001a03d4b6c 0x1a0388000 + 314220
3   JavaScriptCore                  0x00000001a03baa18 0x1a0388000 + 207384
4   JavaScriptCore                  0x00000001a03932d4 0x1a0388000 + 45780
5   JavaScriptCore                  0x00000001a039365c 0x1a0388000 + 46684
6   JavaScriptCore                  0x00000001a03d27a4 0x1a0388000 + 305060
7   JavaScriptCore                  0x00000001a03d4314 0x1a0388000 + 312084
8   libsystem_pthread.dylib         0x00000001915571ec 0x19154c000 + 45548
9   libsystem_pthread.dylib         0x000000019155aaec 0x19154c000 + 60140

Thread 15 name:  Heap Helper Thread
Thread 15:
0   libsystem_kernel.dylib          0x0000000191632c8c 0x19160e000 + 150668
1   libsystem_pthread.dylib         0x0000000191550204 0x19154c000 + 16900
2   JavaScriptCore                  0x00000001a03d4b6c 0x1a0388000 + 314220
3   JavaScriptCore                  0x00000001a03baa18 0x1a0388000 + 207384
4   JavaScriptCore                  0x00000001a03932d4 0x1a0388000 + 45780
5   JavaScriptCore                  0x00000001a039365c 0x1a0388000 + 46684
6   JavaScriptCore                  0x00000001a03d27a4 0x1a0388000 + 305060
7   JavaScriptCore                  0x00000001a03d4314 0x1a0388000 + 312084
8   libsystem_pthread.dylib         0x00000001915571ec 0x19154c000 + 45548
9   libsystem_pthread.dylib         0x000000019155aaec 0x19154c000 + 60140

Thread 16 name:  JSC Heap Collector Thread
Thread 16:
0   libsystem_kernel.dylib          0x0000000191632c8c 0x19160e000 + 150668
1   libsystem_pthread.dylib         0x0000000191550204 0x19154c000 + 16900
2   JavaScriptCore                  0x00000001a03d4b6c 0x1a0388000 + 314220
3   JavaScriptCore                  0x00000001a03baa18 0x1a0388000 + 207384
4   JavaScriptCore                  0x00000001a03932d4 0x1a0388000 + 45780
5   JavaScriptCore                  0x00000001a039365c 0x1a0388000 + 46684
6   JavaScriptCore                  0x00000001a03d27a4 0x1a0388000 + 305060
7   JavaScriptCore                  0x00000001a03d4314 0x1a0388000 + 312084
8   libsystem_pthread.dylib         0x00000001915571ec 0x19154c000 + 45548
9   libsystem_pthread.dylib         0x000000019155aaec 0x19154c000 + 60140

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x000000000000006e   x7: 0xffffffffffffffec
    x8: 0x0000000102f69800   x9: 0x0000000000000000  x10: 0x00000000000003e8  x11: 0x000000000000000b
   x12: 0x00000001c708b080  x13: 0x0000000000000001  x14: 0x0000000000000010  x15: 0x000000000000004c
   x16: 0x0000000000000148  x17: 0x0000000000000000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000407  x21: 0x000000016f5ea5e0  x22: 0x0000000102f698e0  x23: 0x0000000102f698e0
   x24: 0x0000000000000013  x25: 0x000000016f8a2390  x26: 0x0000000102f698e0  x27: 0x00000000000020ff
   x28: 0x0000000002ffffff   fp: 0x000000016f5ea500   lr: 0x000000019154e790
    sp: 0x000000016f5ea4e0   pc: 0x0000000191632ebc cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Viewing all 16567 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>