9,654 questions
1
vote
0
answers
21
views
CocoaPods and Ruby Compatibility Issues with Flutter 2.6 on M1 Mac (Pod Install Fails)
I have a Flutter project from 2021 that I need to rebuild without upgrading dependencies. To manage different Flutter versions, I installed FVM and switched to Flutter 2.6 to build for iOS.
However, ...
-1
votes
0
answers
14
views
Undefined symbols for architecture arm64: Flutter project
I was able to build apps on xcode 15.4. There was requirement to use two version of xcode for multiple projects so I upgraded older xcode which was installed from app store to 16.0 and installed older ...
0
votes
0
answers
42
views
Error Pod install on flutter (Cocoapods, macOS Sequoia 15.1.1)
When running pod install in ios directory it shows error.
MacOS: Sequoia(15.1.1)
Xcode 16.1
Flutter doctor response
Analyzing dependencies
cloud_firestore: Using Firebase SDK version '11.4.0' ...
0
votes
0
answers
36
views
Asset Validation Failed in App Store Connect
Asset validation failedInvalid Executable. The executable 'ASE.app/Frameworks/MapplsAPICore.framework/MapplsAPICore' contains bitcode. (ID: 1a3605b-9d82-48ce-9200-fc8f3da1a395
Asset validation ...
-1
votes
1
answer
24
views
XCFramework asset bundle via Cocoapods
I have a framework that contains its own assets. I need to distribute this framework in a closed source manner, and it must be accessible via React Native as well so i want to distribute via ...
0
votes
1
answer
45
views
0.76.3 'RCTAppDelegate.h' file not found
https://github.com/facebook/react-native/issues/36611
I tried everything here, but it didn't work for me.
People have experienced issues while upgrading React Native to a newer version, but I haven't ...
0
votes
0
answers
19
views
XCFramework via Cococpods dependent on other XCFramework pods causes crash
So I have a framework i need to distribute closed source so I created an XCFramework from it.
I have a parent framework, lets call it FrameworkA, it has a dependency of Framework B, Framework C, and ...
0
votes
0
answers
20
views
20+ errors with "double-quoted include in framework header, expected angle-bracketed instead" [duplicate]
I recently updated to Xcode 16.1 and now I am getting 20+ errors with "double-quoted include in framework header, expected angle-bracketed instead".
Details about my project
I have ...
0
votes
0
answers
26
views
Error Integrating Flutter Crashlytics: "Runner.xcodeproj does not exist" and "Undefined symbols" in Xcode
I’m integrating Firebase Crashlytics into my Flutter project using the FlutterFire CLI. During this process, I encountered two major issues:
Pod Install Warning:
When I run pod install in the ios ...
-1
votes
0
answers
20
views
Xcode Multiple commands produce for GoogleUtilities_Privacy?
The Flutter application is installing into the devices but when i make Archive the build fails and getting these errors
Multiple commands produce '/Users/smartgenx/Library/Developer/Xcode/DerivedData/...
0
votes
0
answers
43
views
FrozenError in colored2 gem while running pod install in CocoaPods 1.16.2
I'm encountering a FrozenError when trying to run pod install with CocoaPods 1.16.2. The error occurs during the execution of the colored2 gem, specifically in the ascii_decorator.rb file. The error ...
0
votes
0
answers
72
views
'ReactCommon/RCTTurboModule.h' file not found
System details follows:
System
OS: macOS 14.5
CPU: Apple M2 chip
8-core CPU with 4 performance cores and 4 efficiency cores
8-core GPU
16-core Neural Engine
100GB/s memory bandwidth
Configurable to M2 ...
1
vote
2
answers
49
views
CocoaPods install fails after Firebase push notification was added to the project
We recently integrated Firebase into our React Native Expo project, but now our build pipelines are failing during the CocoaPods installation step.
The error we're encountering is:
[!] The following ...
-2
votes
1
answer
31
views
How to fix error downloading CocoaPods from my Unity project?
I am programming a mobile game using unity, when trying to build and run I get
"Error building Player: iOS framework addition failed due to a CocoaPods installation failure. This will will likely ...
0
votes
0
answers
25
views
XCFramework cant find module
I have a closed source sdk i want to distribute via cocoapods.
Using internal libraries and private podspecs i can create a podspec that imports this framework and all its dependencies. The framework ...