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: building failed in release mode #52

Merged
merged 1 commit into from
Oct 18, 2022

Conversation

guzhenhuaGitHub
Copy link
Contributor

@guzhenhuaGitHub guzhenhuaGitHub commented Oct 17, 2022

code like this may cause an error in release mode:

    let viewController = Inject.ViewControllerHost(CustomViewController())
    viewController.xxxProperty = newValue

error like this:

    value of type 'InjectViewControllerType' (aka 'UIViewController') has no member 'xxxProperty'

@krzysztofzablocki krzysztofzablocki merged commit 0492566 into krzysztofzablocki:main Oct 18, 2022
@krzysztofzablocki
Copy link
Owner

🙇

fengjixuchui added a commit to fengjixuchui/Inject-3 that referenced this pull request Oct 18, 2022
Merge pull request krzysztofzablocki#52 from guzhenhuaGitHub/main
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.

2 participants