cocoapods-user-defined-build-types
cocoapods-user-defined-build-types copied to clipboard
⚒ A cocoapods plugin that can selectively set build type per pod (static library, dynamic framework, etc.)
I have installing gem on a Macbook Pro running Big Sur and M1 chip. I have followed the instructions given, added these two line on top of my Podfile plugin...
Unable To Install “ReactTestProject” Domain: IXUserPresentableErrorDomain Code: 1 Failure Reason: Please try again later. Recovery Suggestion: Failed to load Info.plist from bundle at path /Users/Library/Developer/CoreSimulator/Devices/20EE2427-7684-4091-9A60-5024FA960988/data/Library/Caches/com.apple.mobile.installd.staging/temp.TlJCnn/extracted/Payload/ReactTestProject.app/Frameworks/Alamofire.framework; Extra info about "/Users/Library/Developer/CoreSimulator/Devices/20EE2427-7684-4091-9A60-5024FA960988/data/Library/Caches/com.apple.mobile.installd.staging/temp.TlJCnn/extracted/Payload/ReactTestProject.app/Frameworks/Alamofire.framework/Info.plist": Couldn't...
Hi, Really great plugin! Using dynamic framework with React Native is possible finally! After installing / using it, I have framework files in Pod project as expected, however, I still...
Hi again @joncardasis! I've been using this plugin without issue on the latest CocoaPods `1.9.3` as well as the recent prerelease `1.10.0-rc.1`. Initially, I downgraded my installed version due to...
Fixes #4 First off -- thank you for this plugin! What a game changer! Has been working out great. This PR fixes a small logic bug that required `:build_type` to...
Hi, I have most of my pods installed through NPM so have to use the '.../node_modules/LIBRARY_NAME' and somehow installing `cocoapods-user-defined-build-types` and setting it's required headers in my main `Podfile` still...
Installing CocoaPods via `gem` has many [issues](https://github.com/CocoaPods/CocoaPods/issues/9907). Fortunately CocoaPods can be installed via Homebrew: ```bash brew install cocoapods ``` Will cocoapods-user-defined-build-types support Homebrew?