Closed kdheepak closed 6 years ago
Hi @yglukhov
When I try to run nake ios-sim or nake ios, I get the following error.
nake ios-sim
nake ios
~/GitRepos/nimx (master) $ nake ios-sim nake.nim(93) moduleHook nakelib.nim(252) runTask naketools.nim(953) :anonymous naketools.nim(658) build naketools.nim(348) makeIosBundle plists.nim(80) loadPlist xmlparser.nim(147) loadXml xmlparser.nim(24) raiseInvalidXml Error: unhandled exception: test/res/Info.plist(3, 18) Error: <some_tag> expected [XmlError]
Do you know what might be going on?
I had to run the following command to get past this error.
plutil -convert xml1 test/res/Info.plist
Hi @yglukhov
When I try to run
nake ios-sim
ornake ios
, I get the following error.Do you know what might be going on?