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

Bubble wrap compiler errors on 11.4 (Xcode 9.4) #498

Open
amirrajan opened this issue May 30, 2018 · 5 comments
Open

Bubble wrap compiler errors on 11.4 (Xcode 9.4) #498

amirrajan opened this issue May 30, 2018 · 5 comments

Comments

@amirrajan
Copy link

amirrajan commented May 30, 2018

Confirmed bubblewrap does not build on iOS 11.4, XCode 9.4:

2018-05-29 22:32:12.504 bubble-wrap-hello-world[76798:4384342] /usr/local/var/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bubble-wrap-1.9.6/motion/core/device/i: uninitialized constant BubbleWrap::Device::Camera::KUTTypeMovie (NameError)
        from /usr/local/var/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bubble-wrap-1.9.6/motion/core/device/i
        from /usr/local/var/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bubble-wrap-1.9.6/motion/core/device/i
        from /usr/local/var/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bubble-wrap-1.9.6/motion/core/device/i
2018-05-29 22:32:12.513 bubble-wrap-hello-world[76798:4384342] *** Terminating app due to uncaught exception 'NameError', reason: '/usr/local/var/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bubble-wrap-1.9.6/motion/core/device/i: uninitialized constant BubbleWrap::Device::Camera::KUTTypeMovie (NameError)
        from /usr/local/var/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bubble-wrap-1.9.6/motion/core/device/i
        from /usr/local/var/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bubble-wrap-1.9.6/motion/core/device/i
        from /usr/local/var/rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/bubble-wrap-1.9.6/motion/core/device/i

(crash log truncation will be fixed soon, sorry for the delay in that).

The constant that is causing issues is KUTTypeMovie.

@amirrajan amirrajan changed the title Bubble wrap compiler errors on 11.4 beta (possible issue) Bubble wrap compiler errors on 11.4 (Xcode 9.4) Jun 1, 2018
@amirrajan
Copy link
Author

amirrajan commented Jun 1, 2018

The workaround (until the entry is applied within BubbleWrap) is to add the following line to your rake file:

app.frameworks << "MobileCoreServices"

@joerichsen
Copy link

joerichsen commented Jun 6, 2018

Please note that it is

app.frameworks << "MobileCoreServices"

(a 'c' is missing in the last comment)

@ben5516
Copy link
Contributor

ben5516 commented Apr 1, 2020

I'm seeing this again in RM 7.3 and Xcode 11.4, even with the workaround.

@andrewhavens
Copy link
Contributor

@ben5516 Are you seeing errors with the same constant? KUTTypeMovie

@ben5516
Copy link
Contributor

ben5516 commented Apr 1, 2020

yes

@andrewhavens andrewhavens reopened this Apr 1, 2020
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

4 participants