forkingdog / forkingdog/FDStackView
Return nil if it's compiled as a dynamic framework
- Langage dominant
- Objective-C
- Étoiles
- 2.5k
- Forks
- 310
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
I use CocoaPods to manage third-party libraries.
There are some reasons causes I had to add `use_frameworks!` to the Podfile, so all of the libraries are compiled as a dynamic framework.
But I found that if FDStackView is compiled into a dynamic framework, it will return nil when it's initialized.
Is there any workaround? I don't want to add the code to my project manually.
FYI:
Objective-C-based project.
iOS 8.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par reproduire l’initialisation de FDStackView dans le projet Objective-C iOS 8 décrit, en comparant une intégration CocoaPods normale avec un Podfile utilisant use_frameworks!. Suivez le chemin d’initialisation lorsque la bibliothèque est compilée en tant que framework dynamique ; le travail est terminé lorsque FDStackView ne renvoie plus nil sans devoir ajouter manuellement son code à l’application.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- ios, objective-c
- Domaine
- mobile
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100