All Questions
140 questions
25
votes
9
answers
15k
views
CocoaPods pod init Fails with “Unknown ISA PBXFileSystemSynchronizedRootGroup” Error on Xcode 16
I’m trying to initialize CocoaPods in a new iOS project using Xcode 16. When I run pod init, I get the following error:
RuntimeError - `PBXGroup` attempted to initialize an object with unknown ISA `...
8
votes
3
answers
4k
views
Error after adding google_mobile_ads sdk in swift using CocoaPods
I added the google_mobile_ads sdk v11.6.0 in my swift project. Now when I run the project I get the following error
ld: warning: Could not find or use auto-linked library 'swiftXPC': library 'swiftXPC'...
1
vote
1
answer
160
views
How to solve Xcode rsync file transfer issue for a kivy-ios application?
I want to compile an application developed with Python and the library Kivy for ios devices. I have followed the process explained at this page and created a Xcode project using the command:
toolchain ...
1
vote
1
answer
597
views
Flutter project. After upgrade to XCode 15.0.1 `pod install` throw error ParserError of FlutterMacOS.podspec.json 3.13.2
I've upgrade XCode and MacOS and now my Flutter project (as always in the case of XCode) doesn't work. There is some issue with pods but I don't understand
Details
Command
/opt/homebrew/Cellar/...
0
votes
3
answers
323
views
How to create splash screen in flutter?
How to I create splash screen in flutter with timer? I want to user wait 3 second on splash screen and after they redirect to home page.
I want to create splash screen in flutter with 3 second timer. ...
1
vote
2
answers
3k
views
How to correctly change dynamic pod library to static?
The third party library began to support only the static cocoapods library. Before that, it was connected as dynamic
After changing the dynamic library to a static one, such an error began to appear
...
0
votes
1
answer
1k
views
Cocoa Pods .xcworkspace missing my project
I've just started learning about CocoaPods today and I'm honestly very lost. In a tutorial, installing CocoaPods created a new .xcworkspace file, which had both their Pods and their original project. ...
0
votes
1
answer
712
views
How to include a CocoaPods framework only for certain schemes?
My app has three schemes, for each of my distribution channel:
Savings: App Store
Savings Setapp: Setapp
Savings Direct: Developer ID signed distribution
Of these three, I want to include the Sparkle ...
1
vote
1
answer
128
views
add text in shuffle package
I've implemented a Shuffle package(https://cocoapods.org/pods/Shuffle-iOS), my main target is to create tinder like swap animation, Shuffle package really helped me, but I can only add images and swap ...
1
vote
0
answers
847
views
Uninstall gems using Brew on macOS (Due to having a permission issue while doing sudo gem uninstall --all)
While pod installing in a directory, error below shows up:
Could not find 'minitest' (>= 5.1) among 39 total gem(s) (Gem::MissingSpecError)
I have found a solution from Could not find '...
3
votes
2
answers
1k
views
How can I avoid this ruby illegal instruction error when updating a cocoapod?
tldr: Ruby is reporting an illegal instruction when I try to update my pod, maybe because I’m using two different versions of it.
I am not sure what my problem is, and I’ll happily add more ...
0
votes
1
answer
629
views
How to solve Error: [!] CocoaPods could not find compatible versions for pod "React/Core"
I am working with an M1 Chip, my colleagues don't. The first error I got is :
Then I also deleted the Pod, Podfile and node_modules.
I tried following solutions:
When it didn't worked I tried to ...
12
votes
1
answer
23k
views
Don't forget to include the Crash Report log file under DiagnosticReports directory in bug reports [closed]
I run pod install and got this issue on Mac OS M1:
[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: https://www.ruby-lang.org/...
8
votes
4
answers
42k
views
Command PhaseScriptExecution failed with a nonzero exit code - using CocoaPods
I'm getting the following error when building my project: Command PhaseScriptExecution failed with a nonzero exit code.
This is what I have in my [CP] Embed Pods Frameworks:
I've also done a pod ...
45
votes
7
answers
47k
views
You may have encountered a bug in the Ruby interpreter or extension libraries
I have got a new MacBook, and are trying to install some pods.
I first did sudo gem install cocoapods on root, then did pod install in the directory I need the pods.
Got this error, and have no clue ...