How to “add existing frameworks” in Xcode 四
How to “add existing frameworks” in Xcode 4?In the project navigator, select your projectSelect you
How to “add existing frameworks” in Xcode 4?
- In the project navigator, select your project
- Select your target
- Select the 'Build Phases' tab
- Open 'Link Binaries With Libraries' expander
- Click the '+' button
- Select your framework
- (optional) Drag and drop the added framework to the 'Frameworks' group
1 楼 CoderDream 2011-10-18 非常不错,感谢分享!