Pardon my inexperience on this, as I’m a newbie, and trying out Corona for the first time, to deploy a developent version of my hello world on my iphone.
During build, IOS build failed with error 12 during development build.
The console shows:
Sep 19 22:36:57.023: Created XCENT: /var/folders/5f/_6mvrwqs727gwfz_cvp9cd080000gp/T/CLtmp5okrrt/entitlements.xcent
Sep 19 22:36:57.023: Creating Info.plist…
Sep 19 22:36:57.063: Runtime error
?:0: attempt to index a nil value
stack traceback:
?: in function ‘?’
?: in function ‘?’
?: in function ‘?’
?: in function <?:912>
Sep 19 22:36:57.063: Application version information:
Sep 19 22:36:57.063: Version: 1.1 [CFBundleShortVersionString] (set in Build dialog)
Sep 19 22:36:57.063: Build: 2015.09.192236 [CFBundleVersion] (set by Simulator)
Sep 19 22:36:57.071: iOS build failed (12)
Appreciate help and pointers on rectifying this!