swift - Parse for iOS - Undefined symbols for architecture i386 - iPhone 4s, iPhone 5 -
i getting few similar undefined symbols architecture i386: ... "_objc_class_$_pfanalytics", referenced from: errors while building iphone 4s simulator or iphone 5 simulator.
with iphone 5s-> works great. doing wrong?
i have parse , facebook sdk's installed via cocoapods:
target 'my app' platform :ios, '8.0' pod 'parse' pod 'fbsdkcorekit' end
update 1:
i have architectures selected this:
//debug, release archs = $(archs_standard) //debug, release valid_archs = arm64 armv7 armv7s
i got working of cocoapods community. problem deriveddata. cleaned deriveddata project (in xcode 7, window -> projects) , started working again.
more details https://github.com/cocoapods/cocoapods/issues/4736.
Comments
Post a Comment