Skip to main content
3 votes
0 answers
27 views

The archive did not include a SYM for the Razorpay.framework with UUIDs. Ensure that archive's SYM folder includes DWARF file for Razorpay.framework

I have tried this: My podfile code: bitcode_strip_path = `xcrun --find bitcode_strip`.chop! def strip_bitcode_from_framework(bitcode_strip_path, framework_relative_path) framework_path = File....
Chetan's user avatar
  • 31
1 vote
1 answer
76 views

dyld_process_snapshot_get_shared_cache failed on startup | flutter ios

After finish building an iOS app in Flutter, the app crashes when I try to launch it in an emulator. The logs showed dyld_process_snapshot_get_shared_cache, but I have no idea what this is. I tried ...
yolo's user avatar
  • 675
0 votes
0 answers
36 views

Typescript error inside node_modules for React native project

The package.json in my project has "react-native-safe-area-context": "^4.7.1" while the podfile.lock shows a different version. react-native-safe-area-context (4.10.9): which I ...
JavaQuest's user avatar
  • 713
0 votes
0 answers
44 views

Starting a Swift App: Unable to do "init pod" [duplicate]

I am trying to write my first SwiftUI mobile app. I have created an XCode project already and now I am trying to create a Podfile that will hold all my external Pod libraries. I try to run pod init ...
ITAY LADOR's user avatar
0 votes
0 answers
42 views

Want to solve issue in making iOS build

when I hit pod install I get this error [!] Unable to find a specification for RCT-Folly (= 2024.01.01.00) depended upon by RNScreens You have either: out-of-date source repos which you can update ...
Sudhanshu Srivastava's user avatar
0 votes
0 answers
24 views

Handling Multiple Targets in CocoaPods Causes libPods to Link Only One Target Instead of All Targets

I'm managing two targets in my React Native iOS Project and I tried to manage in the Podfile. Later after doing pod install, in Xcode's Build Phases > Link Binary With Libraries, only the Dev ...
hzbarkan's user avatar
  • 133
0 votes
0 answers
27 views

Debug Xcode Custom Keyboard Extension

I currently have a React Native + Expo Go app, and I run a native build in Xcode. My original Podfile (Figure 1) works correctly and compiles without issues. My team is trying to integrate our app ...
Scott Soifer's user avatar
-1 votes
2 answers
716 views

Reciving Unable to find a specification for FBReactNativeSpec depended upon by RNReanimated in a React Native Project

I am making a upgrade of the React Native version from the 0.70.6 to 0.74.3. When I try to run the pod install inside the iOS folder. I receive this error: [!] Unable to find a specification for `...
tosa's user avatar
  • 45
0 votes
0 answers
103 views

I can't run my flutter project when I try to integrate with firebase on MacBook with Xcode

I'm using Mac and I can't run my flutter project if try integrate with firebase. I can run the first flutter project easily with the Xcode simulator(iPhone 15), but when configure the firebase to my ...
lucas brun's user avatar
-1 votes
1 answer
546 views

Invalid `Podfile` file: unknown keyword: :privacy_file_aggregation_enabled

I'm building a react-native app with expo and have a whole generated ios folder with the Podfile. When trying to run pod install, I get the error [!] Invalid Podfile file: unknown keyword: :...
Cedric's user avatar
  • 888
1 vote
1 answer
170 views

Trying to implement stripe in Flutter/iOS and I get errors in all the generated files in Pod, So, I can't even run the app

Swift Compiler Error (Xcode): Missing return in closure expected to return 'String' /Users/mac/Documents/Programming/Projects/yay_food/ios/Pods/StripeCore/StripeCore/StripeCore/Source/Analytics/...
Ziad H.'s user avatar
  • 669
0 votes
1 answer
186 views

React Native upgrade 0.73 Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher,

During the process of updating RN to 0.73. I am running into this issue on the app center ios pipeline. ld: Undefined symbols: _OBJC_CLASS_$_RCTEventDispatcher, referenced from: __OBJC_$...
Thanh Lai's user avatar
0 votes
0 answers
32 views

I am encountering an error while setting up CocoaPods for my Flutter iOS project. The error occurs in my Podfile. Here are the details:

Invalid Podfile file: undefined method `exists?' for class File. def flutter_root generated_xcode_build_settings_path = File.expand_path(File.join('..', 'Flutter', 'Generated.xcconfig'), FILE) unless ...
Neeraj Sharma's user avatar
0 votes
1 answer
647 views

post_install giving error after running pod install, react native, iOS

I upgraded to latest version of react native (0.74.2) and after that, i am getting this error after running pod install [!] An error occurred while processing the post-install hook of the Podfile. ...
Irfan wani's user avatar
  • 4,878
0 votes
0 answers
204 views

React Native CLI - Files generated in xcode CodeGen pods folder are different in brand new project vs upgraded project resulting in an error

I Just followed the steps over at the React Native Upgrade Helper for my specific version (0.71 => 0.74). It went pretty smoothly. I am encounter an error though. I am sure it is just some xcode ...
Jwags's user avatar
  • 483

15 30 50 per page
1
2 3 4 5
27