Is there any thing to check to solve “Use of undeclared type” problem?
up vote
0
down vote
favorite
My framework is stuck in "Use of undeclared type" problem another one's Mac.
It's weird because this framework is linked properly on my sample project to show how to use my framework and even worked on new project.
This problem was just happened on just the one other man's Mac PC.
I checked below things I found.
Bundle resource, compile source check.
public class check.
set all schemes to release when build framework.
set build type to Generic iOS Device when build.
Uncheck and recheck target Membership of my framework in sample project.
I think there was problem on the problem one's pc but I can imagine what make's this difference. Also, XCode version is lastest 10 both pc.
Is there anything to check about this problem?
Sadly, I don't have another mac os, so I can't reproduce this problem on my hand. I can't see the problem one's PC right now.
Because I should do something anything, I was test with another mac os account anyway and there was no problem.
I always found the solution of framework import problem before here, but this case is too out of my understand so I post this question.
This XCode Swift framework import problem always makes me stressful.
Actually XCode import problem always makes me crazy.
ios swift cocoa-touch
New contributor
add a comment |
up vote
0
down vote
favorite
My framework is stuck in "Use of undeclared type" problem another one's Mac.
It's weird because this framework is linked properly on my sample project to show how to use my framework and even worked on new project.
This problem was just happened on just the one other man's Mac PC.
I checked below things I found.
Bundle resource, compile source check.
public class check.
set all schemes to release when build framework.
set build type to Generic iOS Device when build.
Uncheck and recheck target Membership of my framework in sample project.
I think there was problem on the problem one's pc but I can imagine what make's this difference. Also, XCode version is lastest 10 both pc.
Is there anything to check about this problem?
Sadly, I don't have another mac os, so I can't reproduce this problem on my hand. I can't see the problem one's PC right now.
Because I should do something anything, I was test with another mac os account anyway and there was no problem.
I always found the solution of framework import problem before here, but this case is too out of my understand so I post this question.
This XCode Swift framework import problem always makes me stressful.
Actually XCode import problem always makes me crazy.
ios swift cocoa-touch
New contributor
How did you shared your framework? A good way would be to use a Pod or a Carthage for instance. Or if you do it all manually, you can still create a new session one your march, reproduce exactly all the steps and check with your sample project.
– Larme
yesterday
1
oh, he just set the target device to simulator...my framework include library which can be used on simulator environment. so, problem solved. thanks anyway.
– PurpleFlavorTea
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
My framework is stuck in "Use of undeclared type" problem another one's Mac.
It's weird because this framework is linked properly on my sample project to show how to use my framework and even worked on new project.
This problem was just happened on just the one other man's Mac PC.
I checked below things I found.
Bundle resource, compile source check.
public class check.
set all schemes to release when build framework.
set build type to Generic iOS Device when build.
Uncheck and recheck target Membership of my framework in sample project.
I think there was problem on the problem one's pc but I can imagine what make's this difference. Also, XCode version is lastest 10 both pc.
Is there anything to check about this problem?
Sadly, I don't have another mac os, so I can't reproduce this problem on my hand. I can't see the problem one's PC right now.
Because I should do something anything, I was test with another mac os account anyway and there was no problem.
I always found the solution of framework import problem before here, but this case is too out of my understand so I post this question.
This XCode Swift framework import problem always makes me stressful.
Actually XCode import problem always makes me crazy.
ios swift cocoa-touch
New contributor
My framework is stuck in "Use of undeclared type" problem another one's Mac.
It's weird because this framework is linked properly on my sample project to show how to use my framework and even worked on new project.
This problem was just happened on just the one other man's Mac PC.
I checked below things I found.
Bundle resource, compile source check.
public class check.
set all schemes to release when build framework.
set build type to Generic iOS Device when build.
Uncheck and recheck target Membership of my framework in sample project.
I think there was problem on the problem one's pc but I can imagine what make's this difference. Also, XCode version is lastest 10 both pc.
Is there anything to check about this problem?
Sadly, I don't have another mac os, so I can't reproduce this problem on my hand. I can't see the problem one's PC right now.
Because I should do something anything, I was test with another mac os account anyway and there was no problem.
I always found the solution of framework import problem before here, but this case is too out of my understand so I post this question.
This XCode Swift framework import problem always makes me stressful.
Actually XCode import problem always makes me crazy.
ios swift cocoa-touch
ios swift cocoa-touch
New contributor
New contributor
edited yesterday
Scriptable
11.8k43253
11.8k43253
New contributor
asked yesterday
PurpleFlavorTea
6
6
New contributor
New contributor
How did you shared your framework? A good way would be to use a Pod or a Carthage for instance. Or if you do it all manually, you can still create a new session one your march, reproduce exactly all the steps and check with your sample project.
– Larme
yesterday
1
oh, he just set the target device to simulator...my framework include library which can be used on simulator environment. so, problem solved. thanks anyway.
– PurpleFlavorTea
yesterday
add a comment |
How did you shared your framework? A good way would be to use a Pod or a Carthage for instance. Or if you do it all manually, you can still create a new session one your march, reproduce exactly all the steps and check with your sample project.
– Larme
yesterday
1
oh, he just set the target device to simulator...my framework include library which can be used on simulator environment. so, problem solved. thanks anyway.
– PurpleFlavorTea
yesterday
How did you shared your framework? A good way would be to use a Pod or a Carthage for instance. Or if you do it all manually, you can still create a new session one your march, reproduce exactly all the steps and check with your sample project.
– Larme
yesterday
How did you shared your framework? A good way would be to use a Pod or a Carthage for instance. Or if you do it all manually, you can still create a new session one your march, reproduce exactly all the steps and check with your sample project.
– Larme
yesterday
1
1
oh, he just set the target device to simulator...my framework include library which can be used on simulator environment. so, problem solved. thanks anyway.
– PurpleFlavorTea
yesterday
oh, he just set the target device to simulator...my framework include library which can be used on simulator environment. so, problem solved. thanks anyway.
– PurpleFlavorTea
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
PurpleFlavorTea is a new contributor. Be nice, and check out our Code of Conduct.
PurpleFlavorTea is a new contributor. Be nice, and check out our Code of Conduct.
PurpleFlavorTea is a new contributor. Be nice, and check out our Code of Conduct.
PurpleFlavorTea is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53203650%2fis-there-any-thing-to-check-to-solve-use-of-undeclared-type-problem%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
How did you shared your framework? A good way would be to use a Pod or a Carthage for instance. Or if you do it all manually, you can still create a new session one your march, reproduce exactly all the steps and check with your sample project.
– Larme
yesterday
1
oh, he just set the target device to simulator...my framework include library which can be used on simulator environment. so, problem solved. thanks anyway.
– PurpleFlavorTea
yesterday