Reputation: 87
I'm trying to create SDK framework in xCode12. My code have the cpp file, Objective-c and .swift files
Now, when i try to generate the framework and i'm able to build the project and it's successfully build framework but the "_codesignature" folder is not generated so when i'm import this framework in other project it's gives import error.
If i remove .cpp and Objective-c files then i'm able to generate framework with "_codesignature" folder, and able to import the framework into other project successfully.
So can any please suggest why .cpp files not allow to create "_codesignature" folder when generating framework.
Upvotes: 1
Views: 190