Results 4 comments of xiaowei

You can try delete the DerivedData in Organizer Window of Xcode.

I add a "rm" command in script to delete the framework symlink after embededframework built success. It seems work fine. At the end of "build_embedded_framework" funtion, add below code: #...

It is already committed to main project. If you still have problem, you may check the script in your project is latest or not. You may need to reinstall the...

I found the problem at last. It is a logic error in creating embeddedframework structure. In build_embedded_framework function, the script removes the embeddedframework path at first and create a new...