Xcode 5: Add support for iOS Frameworks
| Originator: | adrian.kashivskyy | ||
| Number: | rdar://16337799 | Date Originated: | 16-Mar-2014 07:00 PM |
| Status: | Dupe/14982301/Closed | Resolved: | Yes |
| Product: | Developer Tools | Product Version: | Xcode 5 |
| Classification: | Feature (New) | Reproducible: | Not Applicable |
Summary: Many developers tend to create a lot of open-source projects for iOS. The only possible way to distribute those projects is by creating a static library targets. This is fine, but the process of setting things up in Xcode is very complicated and misleading for new-comers. This issue, however, has been solved many years ago, in Mac OS X, by using the frameworks. The drag-and-drop process is very easy and the build time of the project is shorter, because frameworks contain pre-compiled binaries and those can be code-signed using the developemnt certificates. They also provide the Info.plist, and it is sometimes helpful. The iOS SDK, however, doesn't support the framework targets. There is a tool () that re-enables this feature, but like many tweaks, it could lead to unexpected results. Please, enable the developers to create frameworks for iOS deployment, they're so useful. Steps to Reproduce: N/A Expected Results: N/A Actual Results: N/A Version: Notes: The tool used to tweak Xcode to be able to create iOS frameworks: https://github.com/kstenerud/iOS-Universal-Framework Configuration: Attachments: --- 19-Mar-2014 00:06 AM / ADR Engineering has determined that your bug report is a duplicate of another issue and will be closed. 14982301
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!