Non pas "deprecated", simplement une nuance entre un framework utilisé ocasionnellement, et un framework plus général. La doc sur les framework Framework Programming Guide: Locations for Private Frameworks
Custom frameworks intended for internal use should be installed inside the application that uses them. Frameworks embedded in an application are stored in the Frameworks directory of the application bundle. The advantage of embedding frameworks in this manner is that it guarantees the application always has the correct version of the framework to run against. See “Embedding a Private Framework in Your Application Bundle†for information on how to embed a custom framework in your application.
The limitation of embedding frameworks is that you cannot share the framework among a suite of applications. If your company develops a suite of applications that rely on the same framework, you might want to install one copy of that framework that all of the applications can share. In such a situation, you should install the frameworks in the /Library/Frameworks directory and make sure the frameworks bundle does not contain any public header information.
Bon un retour pour vous dire que j'ai réussi à embarquer mon framework, et finalement cela parait tellement évident. J'ai juste encore pas mal de problème à réellement utiliser Xcode pleinement. J'ai cherché pendant pas mal de temps ou je pouvais configurer "Installation Directory build", pour finalement comprendre que les menus ne sont pas les mêmes que je clique sur "Target" ou sur le "projet settings".
Merci encore à vous tous pour votre aide et bonne journée à tous.
Réponses
Heu oui il ne le conseille pas (deprecated ).
Merci Lauris pour l'astuce j'essaie ça demain .
Tu te rappelles de la source de ce renseignement ?
La doc sur les framework Framework Programming Guide:
Locations for Private Frameworks
Custom frameworks intended for internal use should be installed inside the application that uses them. Frameworks embedded in an application are stored in the Frameworks directory of the application bundle. The advantage of embedding frameworks in this manner is that it guarantees the application always has the correct version of the framework to run against. See “Embedding a Private Framework in Your Application Bundle†for information on how to embed a custom framework in your application.
The limitation of embedding frameworks is that you cannot share the framework among a suite of applications. If your company develops a suite of applications that rely on the same framework, you might want to install one copy of that framework that all of the applications can share. In such a situation, you should install the frameworks in the /Library/Frameworks directory and make sure the frameworks bundle does not contain any public header information.
Bon un retour pour vous dire que j'ai réussi à embarquer mon framework, et finalement cela parait tellement évident.
J'ai juste encore pas mal de problème à réellement utiliser Xcode pleinement.
J'ai cherché pendant pas mal de temps ou je pouvais configurer "Installation Directory build", pour finalement comprendre que les menus ne sont pas les mêmes que je clique sur "Target" ou sur le "projet settings".
Merci encore à vous tous pour votre aide et bonne journée à tous.