My app also crashes as described above. The error occurs at the following line:
self.architectView = ;
please advise.
R
Richard Malinowski
said
over 7 years ago
I am still having this same problem. XCode 6.4 using a custom view controller. If a solution to this problem exists I'd very much like to know about it. Thanks!
A
Abhishek Goyal
said
over 10 years ago
Thanks Andreas for the quick reply.
We will wait for the new release of the SDK.
Regards
Abhihsek Goyal
A
Andreas Schacherbauer
said
over 10 years ago
We will release version 1.2 of our SDK in the next week. This version contains various fixes and speed improvements.
Best regards
Andreas
A
Abhishek Goyal
said
over 10 years ago
Hi,
i am also facing this same problem. I am using wikitude sdk 1.1.1 and while the app is idel for about 10-15 mints it crashes and throw the same error.
Please reply as soon as possible.
I have tried all the things you have mentioned in the form.
Thanks
Abhishek
A
Andreas Schacherbauer
said
over 10 years ago
Hi,
thanks for your detailed information. I'll do some tests today and can perhaps send you a new test version later that day.
Best regards
Andreas
S
Srikanth T
said
over 10 years ago
Hi Andreas,
To update you on my observations since yesterday, I have frequent start/stop/start/... calls on my ArchitectView when ever I switch between AR and non AR Views, and I guess the issue is occuring because of CMMotionManager also being started and stopped as we start/stop ArchitectView. To confirm this what I did is I removed the call to stop on ArchitectView and the now the app doesn't crash, its been 15-20 mins since I ran the app.
Please check on it and let me know what could be a possible nicer way to get around this problem.
Regards
Srikanth
S
Srikanth T
said
over 10 years ago
Yes, the crash occurs everytime, I am using XCode 4.3.1 and iOS5.1
Regards
Srikanth
S
Srikanth T
said
over 10 years ago
I do sometimes but most of the times I observed the crash is when its idle.
Do we need to call AR.ARchitectObject.destroy(); once we are done with the AR functionality?
Regards
Srikanth
A
Andreas Schacherbauer
said
over 10 years ago
Hi,
Which iOS and Xcode version are you using? Does the crash occur every time the ARView is shown more than 10 minutes?
Andreas
A
Andreas Schacherbauer
said
over 10 years ago
Hi,
thanks for your information. Are you interacting in any kind with the device in this period or does it only rest on your desk?
S
Srikanth T
said
over 10 years ago
Hi Andreas,
I am running the app on iPhone 4S, the same happens even on iPhone 3GS.
This behaviour is occuring when the app runs for 5-10 mins.
Regards
Srikanth
A
Andreas Schacherbauer
said
over 10 years ago
Hi,
on which device are you running the app and how long does it run until it crashes?
Best regards
Andreas
S
Srikanth T
said
over 10 years ago
Hi Andreas,
I too have the same problem of app getting freezed and crashing if run for a long time. I tried with the sample app you posted, that also crashes when run for a long time.
For your reference I am attaching the crash log, please suggest whats wrong....
2012-11-01 14:27:43.416 CampaignBrowser -: unrecognized selector sent to instance 0x1d5ce350
2012-11-01 14:27:43.418 CampaignBrowser *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-: unrecognized selector sent to instance 0x1d5ce350'
vikas karambalkar
2 people have this problem