Explain how you can add frameworks in Xcode project?



Explain how you can add frameworks in Xcode project?..

Answer / Rahul Saxena

To add a framework to your Xcode project, navigate to Project Navigator, click on the + button, select New Target, choose Framework or Library under iOS and choose a framework. After creating the framework target, manually add the framework's files to the framework group. To use the framework in another target, go to Project Settings -> Build Phases and click the '+' under Link Binary With Libraries. Then navigate to the user-created framework.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apple iOS Interview Questions

What is latest mac os version?

1 Answers  


What are ios functions?

1 Answers  


What is closures in ios?

1 Answers  


Explain parent-child context setup?

1 Answers  


Flow of push notification?

1 Answers  


What manual memory management ? How it work?

1 Answers  


What is messaging? How does the runtime handle message passing? What is message forwarding?

1 Answers  


Does ios supports multi-tasking functionality?

1 Answers  


Which app specific objects store the app's content in iOS operating system?

1 Answers   TryTechnicals Pvt Ltd,


what is the difference between nonatomic & atomic ? which is thread safe and why

1 Answers  


How are non-atomic and atomic properties different?

1 Answers  


What performance issues can you face when using coredata?

1 Answers  


Categories