Error while building IOS xcode for particle login

hello team,

I am trying to login to spaekcloud using ios . i build the code using xcode and followed the steps here https://www.youtube.com/watch?v=_aotVQGhPH8 ,https://www.youtube.com/watch?v=IR8WJauWUVc. i am not able to login as i came across this error below, i have been working on it from past 1 week , i see that its a linking compiler and system issue i am using osx 10.11 el captain , xcode 7.3.1 . and my pod --version is 1.0.1 and i did everything available on internet but i wasnt successfull can you help me solving this issue:

Undefined symbols for architecture i386:
OBJC_CLASS$_SparkCloud”, referenced from:
type metadata accessor for __ObjC.SparkCloud in ViewController.o
ld: symbol(s) not found for architecture i386
Undefined symbols for architecture x86_64:
OBJC_CLASS$_SparkCloud”, referenced from:
type metadata accessor for __ObjC.SparkCloud in ViewController.o
ld: symbol(s) not found for architecture x86_64

Pinging our iOS developer @ido here !!

thank you mohit

Swift or Obj-C project?
Do you use cocoapods or carthage?

I used cocoapods , swift project.

hello ido,

can you pls help me solve the issue asap. let me know when your available i need to close this.

@ido I am running into this same issue. Looks like I am not alone.