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 279 #282

Merged
merged 2 commits into from Apr 8, 2018
Merged

Fix 279 #282

merged 2 commits into from Apr 8, 2018

Conversation

dkimitsa
Copy link
Contributor

@dkimitsa dkimitsa commented Apr 4, 2018

first commit fixes compilation under idea 2018.1
second -- issue itself

@dkimitsa
Copy link
Contributor Author

dkimitsa commented Apr 4, 2018

@@ -193,7 +193,7 @@ protected void doInstall(File installDir, String image, File resourcesDir) throw
if (dsymDir.exists())
FileUtils.deleteDirectory(dsymDir);
dsymDir.mkdirs();
new Executor(new FilterDSYMWarningsLogger(config.getLogger()), "xcrun").args("dsymutil", "-o", dsymDir, frameworkBinaryFile).exec();
new Executor(config.getLogger(), "xcrun").args("dsymutil", "-o", dsymDir, frameworkBinaryFile).exec();

if (!config.isDebug()) {
config.getLogger().info("Striping framework binary: %s", frameworkBinaryFile);
Copy link
Contributor

Choose a reason for hiding this comment

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

Typo - "Striping" should be "Stripping".

@clydebarrow
Copy link
Contributor

Works for me on AS 3.0 with Xcode 9.2, no apparent problems. I have not tested with Xcode 9.3.

@Tom-Ski Tom-Ski merged commit 4365da2 into MobiVM:master Apr 8, 2018
@dkimitsa dkimitsa deleted the fix_279 branch June 14, 2018 06:41
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.

None yet

3 participants