VuframeLab / PanicAR

Augmented Reality Framework for iOS – PanicAR will be sunset April 30th, 2017
http://panicar.vuframe.com
207 stars 61 forks source link

could not load template named 'DefaultPoiLabel' from main bundle, trying framework default bundle now... #18

Closed almas73 closed 11 years ago

almas73 commented 11 years ago

Added PARViewController, worked fine first 3-4 times, then stopped loading (just a white screen is displayed, camera view doesn't load). Following error is in the console:

2013-03-02 11:07:11.664 prototype[1911:907] -[PARView(Private) setupProjectionMatrix] 2013-03-02 11:07:11.665 prototype[1911:907] Setup Projection Matrix: fov=48.004 at 320.0x568.0 pixels 2013-03-02 11:07:11.666 prototype[1911:907] PARView using 40 Sectors for Stacking 2013-03-02 11:07:11.667 prototype[1911:907] createARView: orientation=UIDeviceOrientationUnknown 2013-03-02 11:07:11.668 prototype[1911:907] -[PARViewController didChangeDeviceOrientation:] 2013-03-02 11:07:11.668 prototype[1911:907] PARViewController: created PARView 2013-03-02 11:07:11.761 prototype[1911:907] PARViewController: created PARRadarView 2013-03-02 11:07:11.762 prototype[1911:907] PARController – DEBUG Mode 2013-03-02 11:07:11.765 prototype[1911:907] could not load template named 'DefaultPoiLabel' from main bundle, trying framework default bundle now... 2013-03-02 11:07:11.781 prototype[1911:907] could not load template named 'DefaultPoiLabel' from main bundle, trying framework default bundle now...

almas73 commented 11 years ago

ok, nevermind. It stopped working after I added empty -(void)viewDidAppear method. And it started working again after I added [super viewDidAppear:YES]; into viewDidAppear.