Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS App crashing #3126

Closed
zy885137 opened this issue Jun 12, 2018 · 8 comments
Closed

iOS App crashing #3126

zy885137 opened this issue Jun 12, 2018 · 8 comments

Comments

@zy885137
Copy link

i am trying to integrate jitimeet in my app. i did all the steps as mentioned.
But after successful build, the app crashes with the following log.

Unknown class JitsiMeetView in Interface Builder file.
[UIView setDelegate:]: unrecognized selector sent to instance 0x7fcdbdd04420
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIView setDelegate:]: unrecognized selector sent to instance 0x7fcdbdd04420'

Why is created the type of the UIView?

@saghul
Copy link
Member

saghul commented Jun 12, 2018

Looks like JitsiMeetView is not being recognized by IB. Did you properly add the Framework(s) to your project and included the header files?

@zy885137
Copy link
Author

This project is also the same problem![https://github.com/jitsi/jitsi-meet/tree/master/ios]

1528787836550

@zy885137
Copy link
Author

image

@saghul
Copy link
Member

saghul commented Jun 12, 2018

This project is also the same problem![https://github.com/jitsi/jitsi-meet/tree/master/ios]

Of course not. We develop this every day and I can assure you it works properly.

Do you have your project's source code available anywhere?

@zy885137
Copy link
Author

zy885137 commented Jun 12, 2018

The issue is fixed. The Jitsi Meet SDK is working fine.
it is setting ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to YES
Thank you again for the great to the Jitsi team.

@saghul
Copy link
Member

saghul commented Jun 12, 2018

Thanks @zy885137 ! I'll make a note so we include that in the SDK docs!

@saghul saghul closed this as completed Jun 12, 2018
@xiaowasly
Copy link

I refer to the compilation method of the official website to export the SDK。
123

I setting ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to YES ,but the problem still exists.

@saghul
Copy link
Member

saghul commented Dec 16, 2021

Please open a new issue, this is is over 4 years old and it's unlikely anything in here applies today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants