python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
XCode Distributing app failure with error: "Found an unexpected mach-o header code". Using carthage
App builds and runs without any problem. I Can archive the app but when I try to distribute for testing I get error: "Found an unexpected mach-o header code: 0x0987654"
When I digged deep ...

div-ane
Votes: 0
Answers: 1
Get list of dependencies and their versions programmatically in iOS application
I need to get all the libraries and their dependencies versions inside an iOS application and send the information to the Server for an automated process we do later on.
For CocoaPods -
Is there a way...

Gilad Eshkoli
Votes: 0
Answers: 1
Bundle asset retrieval broken when app is loaded from Testflight
I'm encountering an issue regarding my iOS SDK and how it retrieves and display images (from the bundle assets) when the app is downloaded from Testflight.
The SDK can be integrated via SPM, Cocoapods...

ffritz
Votes: 0
Answers: 1
Clear Carthage cache from Azure Pipeline
I am currently running Carthage dependency manager for iOS, and I am having a hard time clearing the cache when running it over Azure Pipeline. This is what I am calling to build all the dependencies ...
topgun
Votes: 0
Answers: 0