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

[TIMOB-23518] iOS: Cannot build with Xcode 8.0 #8111

Merged
merged 1 commit into from Jul 8, 2016

Conversation

cheekiatng
Copy link
Contributor

@cb1kenobi
Copy link
Contributor

I thought the Intermediates had to go inside the derived data path?

@cheekiatng
Copy link
Contributor Author

@cb1kenobi I considered that, and tried it, but surprisingly they don't sit well together. The build fails.
everything in DerivedData has to be separate from the Intermediate, Products, PrecompiledHeaders directories. Through further investigation, it seems derivedData is supposed to be separate. Native Xcode projects have their DerivedData here:
/Library/Developer/Xcode/DerivedData
So it is ok for https://github.com/appcelerator/titanium_mobile/blob/master/iphone/cli/commands/_build.js#L5939 and the following 2 lines to remain where they are. In fact, if you comment out these 3 lines, by default the build folder is still generated in the same place. But let's keep them for now.

@cb1kenobi
Copy link
Contributor

Tested and works! Love it! APPROVED!!!

@cb1kenobi cb1kenobi merged commit 71895a4 into tidev:master Jul 8, 2016
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

2 participants