react-native-ssl-pinning icon indicating copy to clipboard operation
react-native-ssl-pinning copied to clipboard

pod exited with signal: SIGABRT

Open aureosouza opened this issue 2 years ago • 0 comments

Getting error when running pod install, it seems autolinking is not working. Tried already all cache reseting possibilities:

rm -rf /ios/Podfile.lock && && rm -rf /ios/Pods && rm -rf ~/Library/Caches/CocoaPods && pod cache clean --all

Installing with:

yarn add react-native-ssl-pinning@latest
npx pod-install

Versions:

"react-native": "0.70.1", "react-native-ssl-pinning": "^1.5.7",

Logs:

Scanning for pods...
1.11.3
> pod install
Using Expo modules
[Expo] Enabling modular headers for pod ExpoModulesCore
Adding a custom script phase for Pod RNFBApp: [RNFB] Core Configuration
Auto-linking React Native modules for target `MyApp`: RNCAsyncStorage, RNDeviceInfo, RNFBApp, RNFlashList, RNGestureHandler, RNImageCropPicker, RNPermissions, RNSVG, RNScreens, RNSslPinning, RNVectorIcons, appcenter-analytics, appcenter-core, appcenter-crashes, jail-monkey, react-native-app-auth, react-native-biometrics, react-native-blob-util, react-native-config, react-native-date-picker, react-native-document-picker, react-native-image-resizer, react-native-mmkv-storage, react-native-netinfo, react-native-pdf-thumbnail, react-native-safe-area-context, react-native-splash-screen, react-native-version-check, and react-native-webview
[Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
Analyzing dependencies
[Codegen] Found FBReactNativeSpec
RNFBApp: Using overridden static_framework value of 'true'
Couldn't install Pods. Updating the Pods project and trying again...
> pod install --repo-update
Using Expo modules
[Expo] Enabling modular headers for pod ExpoModulesCore
Adding a custom script phase for Pod RNFBApp: [RNFB] Core Configuration
Auto-linking React Native modules for target `MyApp`: RNCAsyncStorage, RNDeviceInfo, RNFBApp, RNFlashList, RNGestureHandler, RNImageCropPicker, RNPermissions, RNSVG, RNScreens, RNSslPinning, RNVectorIcons, appcenter-analytics, appcenter-core, appcenter-crashes, jail-monkey, react-native-app-auth, react-native-biometrics, react-native-blob-util, react-native-config, react-native-date-picker, react-native-document-picker, react-native-image-resizer, react-native-mmkv-storage, react-native-netinfo, react-native-pdf-thumbnail, react-native-safe-area-context, react-native-splash-screen, react-native-version-check, and react-native-webview
[Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
Couldn't install Pods. Updating the Pods project and trying again...
Command `pod install` failed.
└─ Cause: pod exited with signal: SIGABRT
/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275: [BUG] Bus Error at 0x000000010227c000
ruby 2.6.10p210 (2022-04-12 revision 67958) [universal.arm64e-darwin21]

-- Crash Report log information --------------------------------------------
   See Crash Report log file under the one of following:
     * ~/Library/Logs/DiagnosticReports
     * /Library/Logs/DiagnosticReports
   for more details.
Don't forget to include the above Crash Report log file in bug reports.

-- Control frame information -----------------------------------------------
c:0041 p:---- s:0246 e:000245 CFUNC  :attach
c:0040 p:0258 s:0240 e:000239 METHOD /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.5/lib/ffi/library.rb:275
c:0039 p:0050 s:0220 e:000219 CLASS  /Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb:17
c:0038 p:0007 s:0217 e:000216 CLASS  /Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb:7
c:0037 p:0007 s:0214 e:000213 TOP    /Library/Ruby/Gems/2.6.0/gems/ethon-0.15.0/lib/ethon/libc.rb:2 [FINISH]

aureosouza avatar May 10 '23 11:05 aureosouza