Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

* [ios] make framework dynamic load#466

Merged
asfgit merged 15 commits into
apache:0.15-devfrom
acton393:iOS-dynamic-framework
Jul 21, 2017
Merged

* [ios] make framework dynamic load#466
asfgit merged 15 commits into
apache:0.15-devfrom
acton393:iOS-dynamic-framework

Conversation

@acton393
Copy link
Copy Markdown
Member

@acton393 acton393 commented Jun 22, 2017

make iOS framework can be load dynamic

https://issues.apache.org/jira/browse/WEEX-59

@sospartan
Copy link
Copy Markdown
Contributor

Pls create a JIRA issue about your PR.

@weex-bot
Copy link
Copy Markdown

weex-bot commented Jul 19, 2017

Fails
🚫 This PR modify SDK code. Please add/modify corresponding testcases. If it is ok, please comment about it. Or put '@notdanger' in you commit message.
Warnings
⚠️ No Changelog changes!
⚠️ This PR should update related documents as well.
Messages
📖 According to the blame info, we recommended @boboning , @kfeagle to be the reviewers.

Generated by 🚫 dangerJS

- (void)connectToWebSocket:(NSURL *)url
{
_devToolSocketBridge = [[WXDebugLoggerBridge alloc] initWithURL:url];
_devToolSocketBridge = [[NSClassFromString(@"WXDebugLoggerBridge") alloc] initWithURL:url];
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

should check?

@asfgit asfgit merged commit 9b02408 into apache:0.15-dev Jul 21, 2017
@mario-huang
Copy link
Copy Markdown
Contributor

mario-huang commented Jul 28, 2017

@acton393
现在pod 0.15.1版本已经支持动态库了吗?
我试了一下貌似还是不行的

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants