Hi all,
I am trying to create a ios build using apple in-house enterprise certificate and provisioning profile for distribution. It seems in very bad shape for me, terminal shows some errors which i am realy unable to understand, it looks like a mess for me. here it is :
2017-03-21 20:54:16.618 xcodebuild[5238:75951] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 2044. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-03-21 20:54:16.633 xcodebuild[5238:75951] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 2044. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug.
2017-03-21 20:54:16.635 xcodebuild[5238:75951] Error Domain=NSCocoaErrorDomain Code=3840 "Unexpected character / at line 1" UserInfo={NSDebugDescription=Unexpected character / at line 1, kCFPropertyListOldStyleParsingError=Error Domain=NSCocoaErrorDomain Code=3840 "Missing ';' on line 2044" UserInfo={NSDebugDescription=Missing ';' on line 2044}}
--- xcodebuild: WARNING: Unable to open project file '/project/dir/iOSApp/Pods/Pods.xcodeproj' in workspace 'Projectname.xcworkspace'.
Thing is : when i am trying the same whole process with some other certificate and provisioning profile (which aren't created using apple enterprise program), its working very smoothly. Please Guys guide me in this thing, if somebody already facing or resolved this issue - please comment or suggest something.