this class is not key value coding-compliant for the key camPreview? [duplicate]
This question already has an answer here:
What does this mean? “'NSUnknownKeyException', reason: … this class is not key value coding-compliant for the key X”
66 answers
When I run my app I get the following error in the console:
2018-11-20 19:29:30.261552-0500 CameraForProduct[1874:567736] ***
Terminating app due to uncaught exception 'NSUnknownKeyException',
reason: '[ setValue:forUndefinedKey:]:
this class is not key value coding-compliant for the key camPreview.'
What is causing this? I have already looped here or here.
ios iphone swift
marked as duplicate by TylerTheCompiler, rmaddy
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 21 '18 at 2:42
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
What does this mean? “'NSUnknownKeyException', reason: … this class is not key value coding-compliant for the key X”
66 answers
When I run my app I get the following error in the console:
2018-11-20 19:29:30.261552-0500 CameraForProduct[1874:567736] ***
Terminating app due to uncaught exception 'NSUnknownKeyException',
reason: '[ setValue:forUndefinedKey:]:
this class is not key value coding-compliant for the key camPreview.'
What is causing this? I have already looped here or here.
ios iphone swift
marked as duplicate by TylerTheCompiler, rmaddy
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 21 '18 at 2:42
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
I willinlcude this in the question but those solutions did not help @TylerTheCompiler
– The Great Visionary
Nov 21 '18 at 1:06
add a comment |
This question already has an answer here:
What does this mean? “'NSUnknownKeyException', reason: … this class is not key value coding-compliant for the key X”
66 answers
When I run my app I get the following error in the console:
2018-11-20 19:29:30.261552-0500 CameraForProduct[1874:567736] ***
Terminating app due to uncaught exception 'NSUnknownKeyException',
reason: '[ setValue:forUndefinedKey:]:
this class is not key value coding-compliant for the key camPreview.'
What is causing this? I have already looped here or here.
ios iphone swift
This question already has an answer here:
What does this mean? “'NSUnknownKeyException', reason: … this class is not key value coding-compliant for the key X”
66 answers
When I run my app I get the following error in the console:
2018-11-20 19:29:30.261552-0500 CameraForProduct[1874:567736] ***
Terminating app due to uncaught exception 'NSUnknownKeyException',
reason: '[ setValue:forUndefinedKey:]:
this class is not key value coding-compliant for the key camPreview.'
What is causing this? I have already looped here or here.
This question already has an answer here:
What does this mean? “'NSUnknownKeyException', reason: … this class is not key value coding-compliant for the key X”
66 answers
ios iphone swift
ios iphone swift
edited Nov 21 '18 at 1:06
The Great Visionary
asked Nov 21 '18 at 0:55
The Great VisionaryThe Great Visionary
69117
69117
marked as duplicate by TylerTheCompiler, rmaddy
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 21 '18 at 2:42
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by TylerTheCompiler, rmaddy
StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;
$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');
$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
Nov 21 '18 at 2:42
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
I willinlcude this in the question but those solutions did not help @TylerTheCompiler
– The Great Visionary
Nov 21 '18 at 1:06
add a comment |
I willinlcude this in the question but those solutions did not help @TylerTheCompiler
– The Great Visionary
Nov 21 '18 at 1:06
I willinlcude this in the question but those solutions did not help @TylerTheCompiler
– The Great Visionary
Nov 21 '18 at 1:06
I willinlcude this in the question but those solutions did not help @TylerTheCompiler
– The Great Visionary
Nov 21 '18 at 1:06
add a comment |
1 Answer
1
active
oldest
votes
The problem was that under module I did not have the name of the project selected.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem was that under module I did not have the name of the project selected.
add a comment |
The problem was that under module I did not have the name of the project selected.
add a comment |
The problem was that under module I did not have the name of the project selected.
The problem was that under module I did not have the name of the project selected.
answered Nov 21 '18 at 2:08
The Great VisionaryThe Great Visionary
69117
69117
add a comment |
add a comment |
I willinlcude this in the question but those solutions did not help @TylerTheCompiler
– The Great Visionary
Nov 21 '18 at 1:06