I am trying to create my application and submit it to the App Store, but Xcode continues to give me errors when trying to do this.
When I create and run in the simulator, it works, when I build and run for the device, it works when I try to use the build for archive parameter, it works, when I actually try to archive it, it will fail with 9 or 11 errors depending on (IMHO) what time of day it is.
Can anyone understand why? I tried the following other tips , such as deleting a project folder in ~ / Library / Developer / Xcode / DerivedData p>
And another user said to clear the build folder, but this option is grayed out in the menu bar. Does anyone know any other solutions?
All my errors are errors that are not found, I use Three20, so the errors are:
'Three20Core/TTCorePreprocessorMacros.h' file not found 'Three20Core/TTDebug.h' file not found 'Three20Core/TTCorePreprocessorMacros.h' file not found 'Three20Core/TTGlobalCore.h' file not found ../scripts/Protect.command: line 23: cd: /Users/[username]/Library/Developer/Xcode/DerivedData/TTCatalog-gcnbfpwscygfrmdhcfiahsatpdba/ArchiveIntermediates/pr/BuildProductsPath/Release-iphoneos/../three20/Three20Network: No such file or directory 'Three20UICommon/private/UIViewControllerGarbageCollection.h' file not found 'Three20Core/TTGlobalCoreLocale.h' file not found 'Three20UICommon/private/UIViewControllerGarbageCollection.h' file not found ../scripts/Protect.command: line 23: cd: /Users/[username]/Library/Developer/Xcode/DerivedData/TTCatalog-gcnbfpwscygfrmdhcfiahsatpdba/ArchiveIntermediates/pr/BuildProductsPath/Release-iphoneos/../three20/Three20UICommon: No such file or directory
Christian turkoanje
source share