ios - objective c Project setup on xcode missing frameworks -


i trying setup objective-c project in xcode. project copied , sent in zip file. trying build code has errors , there missing frameworks. tried running pod install , installed dependencies. in xcode still highlighted red. how fix problem ? thanks

enter image description here

i've run pod install , installed dependencies. please see attached image below.

enter image description here

and happened in workspace.

enter image description here

the podfile became ruby script not sure if has effect. changed default. first time coding in ios have no idea how fix this. me start project. response.

you have add missing framework xcode library.

to first click on .xproj file , goto general , scroll down , click on linked framework , library. , press + sign add framwork .

you can add framework available in xcode library.

and other 3rd partyframework not available in xcode library have download internet or update pod file add pod related framework.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -