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
i've run pod install , installed dependencies. please see attached image below.
and happened in workspace.
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
Post a Comment