Build Error/Warning – ‘missing required architecture i386 in file’ when you compile your iPhone Xcode project
Quit Xcode
Open project.pbxproj using TextMate of TextEdit (inside your project bundle)
Search FRAMEWORK_SEARCH_PATHS
FRAMEWORK_SEARCH_PATHS
Delete the whole string, like:
FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", "\"$(DEVELOPER_DIR)/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.sdk/System/Library/Frameworks\"",);
Save and close TextMate/TextEdit
Restart your project and re-compilie it
Done
Log in to answer.
Alex 9:30 am on April 10, 2010
Quit Xcode
Open project.pbxproj using TextMate of TextEdit (inside your project bundle)
Search
FRAMEWORK_SEARCH_PATHSDelete the whole string, like:
Save and close TextMate/TextEdit
Restart your project and re-compilie it
Done