I’m at the point where I’m almost ready to build, but when I try to archive the project I get the following error in xcode:
app\_sign cannot resign /Users/me/Library/Developer/Xcode/DerivedData/My-App-bzgdaitstcabzpaiygqfnluetfhk/Build/Intermediates/ArchiveIntermediates/App/InstallationBuildProductsLocation/Applications/My-App.app/My App. Please remove and then build
Does anyone know why this is happening?
In build settings I’ve tried leaving the code signing identity blank, and tried it with the correct distribution profile.
I’ve tried with and without the provisioning profile specified.
I’ve tried deleting the whole file in my DerivedData folder.
It would seem that this is the line in question that causes the problem:
"$TOOL\_PATH" app\_sign sign "$SHARED\_RESOURCE\_DIR/developerkey.cert" "$CORONA\_RESOURCE\_CAR\_PATH/resource.car" "$CORONA\_EXECUTABLE\_PATH" little
But I don’t know enough about what it’s doing here to think of the solution.
Can anyone from Corona help me out please?