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

Fix compilation issue #3

Conversation

bitsdojo
Copy link
Contributor

@bitsdojo bitsdojo commented Mar 8, 2021

No description provided.

@@ -23,7 +23,7 @@ A new flutter plugin project.
s.swift_version = '5.0'

s.preserve_paths = 'MetalANGLE.framework'
s.xcconfig = { 'OTHER_LDFLAGS' => '-framework MetalANGLE' }
s.xcconfig = { 'OTHER_LDFLAGS' => '-framework MetalANGLE', 'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}/MetalANGLE.framework/Headers"'}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

really? Xcode is not smart enough to search headers by itself as we already linked the framework ?? lol
@escamoteur if it works remember what I told you => one line fix :D
thanks @bitsdojo !

@escamoteur escamoteur merged commit 3c31c19 into FlutterGL:objeC_framework_version Mar 8, 2021
@Mrzy Mrzy mentioned this pull request Jun 30, 2021
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

Successfully merging this pull request may close these issues.

3 participants