使用swift解析IOS应用程序

时间:2015-09-28 03:19:20

标签: ios swift parse-platform

我是IOS应用程序开发以及swift的初学者。我在我的应用程序中使用Parse服务。 我已导入

Parse.framework,
ParseUI.framework,Social.framework,
Accounts.framework,
SystemConfiguration.framework,
Storekit.framework,
Security.framework,
QuartzCore.framework,
CoreLocation.framework,
CoreGraphics.framework,
CFNetwork.framework,
AudioToolbox.framework,
libsqllite3.dylib,
libz.dylib.

我还将UIKit,Parse和Bolts导入到我的所有.swift文件中 但无论如何,当我使用任何Parse对象时,它会向解析对象显示未解析的标识符。为什么?感谢您的关注。

1 个答案:

答案 0 :(得分:1)

点击此处的第2步和第3步: https://parse.com/apps/quickstart#parse_data/mobile/ios/native/existing

您可能没有"将项目复制到目标的组文件夹"检查。

此外,cocoapods是管理图书馆的好方法。如果您有兴趣,请查看本教程: http://shrikar.com/integrate-parse-with-swift-in-ios8-using-cocoapods/