ios - i can not import swiftHTTP (rapidAPI) -
i add swifthttp.xcodeproject project,
in build phases: add 4 swifthttp.framework
viewcontroller --- import swifthttp
error = "no such module swifthttp"
both xcode 6.4 , 7.1 have error
do either in settings of project:
depending if want "include library in final release or not"
without, use whilst debugging , coding: 1) under general settings says "linked frameworks , libraries" @ bottom, click on + below , choose framework list appears
with it: 2) under general settings says "embedded binaries" @ bottom, click on + below , choose framework list appears
i'd suggest sticking "linking it" rather embedding until release code.
cheers,
a
Comments
Post a Comment