Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
4k views

How to include a local framework in Podspec

I'm creating a Podspec file and need to include two frameworks which I downloaded - one for the Simulator and another for arm64. I checked https://guides.cocoapods.org/syntax/podspec.html#...
Mahendra Liya's user avatar
1 vote
2 answers
678 views

How to add dependencies in two custom iOS framework?

I have created custom frameworks to use in my current iOS app. profileManager.Framework messagemanager.Framework requestManager.Framework Now both profileManager.Framework & messagemanager....
BhavikKama's user avatar
  • 8,780