tetujin / aware-client-ios-v2

AWARE Client iOS (Version2)
http://www.awareframework.com
22 stars 10 forks source link

Missing SignificantMotion? #2

Closed bl166 closed 5 years ago

bl166 commented 5 years ago

aware-client-ios-v2-master/Pods/AWAREFramework/AWAREFramework/Classes/Sensors/SignificantMotion/EntitySignificantMotion+CoreDataProperties.h: No such file or directory

tetujin commented 5 years ago

Hi @bl166

I'm sorry for my late reply. Can you try to remove Podfile.lock, and try to use pod install command on your terminal?

I think you need to update the CocoaPods libraries before building the app. The sensor of Significant Motion is a new function of the AWAREFramework library, so then you need to update the library yourself by using the command above.

Best, Yuuki