error build: Undefined symbol: _MDMMotionCurveMakeBezier iOS swift
Problem:
I had installed my new xcode and run my existing project but it shows above error.
error build: Undefined symbol: _MDMMotionCurveMakeBezier
How to solve the above error
Solution:
Because of the previous build cache in xcode.So try to clean the derived data in your app.After that clean the project run it will works good.
Comments
Post a Comment