swift与oc混编

导入swift framework到oc项目中

  1. 一定要在swift项目中将Build Settings --> Defines Module设置为Yes
  2. 像导入其他Framework那样把构建好的Framework导入到oc项目中去Build Phases --> Link Binary With Libraries --> Add Other
  3. 在oc项目中将Build Settings --> Always Embed Swift Standard Libraries设置为Yes
  4. 大功告成

你可能感兴趣的:(swift与oc混编)