Titanium SDK project build issue #13444
dipikamanni
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to build my Titanium SDK project for either iPad or iPhone, xcodebuild fails with the following errors:
[ERROR] Command line invocation:
[ERROR] /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild clean -UseNewBuildSystem=YES -scheme AOS_AU
[ERROR] User defaults from command line:
[ERROR] IDEPackageSupportUseBuiltinSCM = YES
[ERROR] UseNewBuildSystem = YES
[ERROR] 2022-05-13 13:53:00.060 xcodebuild[96966:1455106] -[__NSDictionaryM buildPhase]: unrecognized selector sent to instance 0x7ff619bede20
[ERROR] 2022-05-13 13:53:00.061 xcodebuild[96966:1455106] -[__NSDictionaryM buildPhase]: unrecognized selector sent to instance 0x7ff619bede20
[ERROR] xcodebuild: error: Unable to read project 'AOS-AU.xcodeproj'.
[ERROR] Reason: The project ‘AOS-AU’ is damaged and cannot be opened. Examine the project file for invalid edits or unresolved source control conflicts.
[ERROR] Path: /Users/mac_admin/Downloads/ea-levis-enhancement-master 2/build/iphone/AOS-AU.xcodeproj
[ERROR] Exception: -[__NSDictionaryM buildPhase]: unrecognized selector sent to instance 0x7ff619bede20
Beta Was this translation helpful? Give feedback.
All reactions