My project use cocoa pods to manager third library.
And I incorporating linphone-SDK in my object.
When I adding run script after embedded linphone frameworks,my project show some errors.
I listed the messages as below.
fatal error: lipo: can't open input file: /Users/zcon21/Library/Developer/Xcode/DerivedData/path/Frameworks/Alamofire.framework/Alamofire (No such file or directory)
rm: /Users/zcon21/Library/Developer/Xcode/DerivedData/flyingSoul-client-eaugkyhuzdcucvcjxkgjqyewjspt/Build/Products/Debug-iphoneos/flyingSoul-client.app/Frameworks/Alamofire.framework/Alamofire: No such file or directory
mv: rename /Users/zcon21/Library/Developer/Xcode/DerivedData/flyingSoul-client-eaugkyhuzdcucvcjxkgjqyewjspt/Build/Products/Debug-iphoneos/flyingSoul-client.app/Frameworks/Alamofire.framework/Alamofire-merged to /Users/zcon21/Library/Developer/Xcode/DerivedData/flyingSoul-client-eaugkyhuzdcucvcjxkgjqyewjspt/Build/Products/Debug-iphoneos/flyingSoul-client.app/Frameworks/Alamofire.framework/Alamofire: No such file or directory
It looks like third library problems.
How can I fix it?
Please help me out.